Skip to content

Commit d5b0689

Browse files
committed
wip
1 parent 17f024d commit d5b0689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
# TODO: do something about all of this repeated usage of python 3.11 (same
8181
# the docs/lint job in tox.ini).
8282
python-version: |
83-
${{ matrix.python}}
8483
3.11
84+
${{ matrix.python}}
8585
- name: Install apt packages
8686
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
8787
- name: Install tox
88-
run: python -m pip install tox -c requirements.txt
88+
run: python3.11 -m pip install tox -c requirements.txt
8989

9090
- name: Run test suite
91-
run: python -m tox -v -v -e ${{ matrix.tox_env }}
91+
run: tox -e ${{ matrix.tox_env }}
9292

9393
test_win:
9494
# Windows tests are fairly slow, so only run one configuration here.

0 commit comments

Comments
 (0)