We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25f222 commit d80528fCopy full SHA for d80528f
.github/workflows/test.yml
@@ -86,6 +86,8 @@ jobs:
86
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
87
- name: Install tox
88
run: python3.11 -m pip install tox -c requirements.txt
89
+ - name: blah
90
+ run: which python${{ matrix.python }}
91
92
- name: Run test suite
93
run: python3.11 -m tox -e ${{ matrix.tox_env }}
0 commit comments