Skip to content

Commit 064fbec

Browse files
committed
trying to fix github macos runner
1 parent 185ff89 commit 064fbec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: |
1919
python3 --version
2020
python3 -m pip install --upgrade pip
21-
pip3 install tox
21+
pip3 install --break-system-packages tox
2222
- name: Test with tox
2323
run: tox -e py,style

0 commit comments

Comments
 (0)