Skip to content

Commit d80528f

Browse files
committed
wip
1 parent c25f222 commit d80528f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
8787
- name: Install tox
8888
run: python3.11 -m pip install tox -c requirements.txt
89+
- name: blah
90+
run: which python${{ matrix.python }}
8991

9092
- name: Run test suite
9193
run: python3.11 -m tox -e ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)