We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064fdc8 commit 2956aedCopy full SHA for 2956aed
.github/workflows/osx.yml
@@ -14,10 +14,9 @@ jobs:
14
run: brew install snap7
15
- name: Upgrade pip
16
run: |
17
- rm /usr/lib/python3.12/EXTERNALLY-MANAGED
18
- python3 -m pip --break-system-packages install --upgrade setuptools==69.4.2
+ python3 -m pip install --upgrade setuptools==69.4.2 --break-system-packages
19
- name: Install python-snap7
20
- run: python3 -m pip install --break-system-packages -e .[test]
+ run: python3 -m pip install -e .[test] --break-system-packages
21
- name: Run pytest
22
23
pytest -m "server or util or client or mainloop"
0 commit comments