We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80528f commit f9cfef0Copy full SHA for f9cfef0
.github/workflows/test.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install tox
88
run: python3.11 -m pip install tox -c requirements.txt
89
- name: blah
90
- run: which python${{ matrix.python }}
+ run: which python${{ matrix.python }} || true
91
92
- name: Run test suite
93
run: python3.11 -m tox -e ${{ matrix.tox_env }}
0 commit comments