We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4eb44 commit 60ffcb5Copy full SHA for 60ffcb5
.github/workflows/osx.yml
@@ -14,7 +14,7 @@ jobs:
14
run: brew install snap7
15
- name: Upgrade pip
16
run: |
17
- python3 -m pip install --upgrade setuptools --break-system-packages
+ python3 -m pip install --upgrade pip setuptools --break-system-packages
18
- name: Install python-snap7
19
run: python3 -m pip install -e .[test] --break-system-packages
20
- name: Run pytest
0 commit comments