Skip to content

Commit cd343f4

Browse files
committed
ci fix attempt
1 parent fbe0c95 commit cd343f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040

4141
- name: Install tox
42-
run: sudo -E -- pip install --user tox
42+
run: pip install --user tox
4343

4444
- name: Select tox env
4545
id: tox-env
@@ -49,7 +49,7 @@ jobs:
4949
run: sudo -E ./scripts/prepare-integration.sh
5050

5151
- name: Test
52-
run: sudo -E -- tox -e ${{ steps.tox-env.outputs.tox-env }}
52+
run: sudo -E -- $(which tox) -e ${{ steps.tox-env.outputs.tox-env }}
5353

5454
set_merge_ok:
5555
name: Set Merge OK

0 commit comments

Comments
 (0)