Skip to content

Commit f9cfef0

Browse files
committed
wip
1 parent d80528f commit f9cfef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install tox
8888
run: python3.11 -m pip install tox -c requirements.txt
8989
- name: blah
90-
run: which python${{ matrix.python }}
90+
run: which python${{ matrix.python }} || true
9191

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

0 commit comments

Comments
 (0)