Skip to content

Commit 2956aed

Browse files
author
dn.petrov
committed
test=3
1 parent 064fdc8 commit 2956aed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/osx.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
run: brew install snap7
1515
- name: Upgrade pip
1616
run: |
17-
rm /usr/lib/python3.12/EXTERNALLY-MANAGED
18-
python3 -m pip --break-system-packages install --upgrade setuptools==69.4.2
17+
python3 -m pip install --upgrade setuptools==69.4.2 --break-system-packages
1918
- name: Install python-snap7
20-
run: python3 -m pip install --break-system-packages -e .[test]
19+
run: python3 -m pip install -e .[test] --break-system-packages
2120
- name: Run pytest
2221
run: |
2322
pytest -m "server or util or client or mainloop"

0 commit comments

Comments
 (0)