Skip to content

Commit 60ffcb5

Browse files
author
dn.petrov
committed
test=6
1 parent fb4eb44 commit 60ffcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: brew install snap7
1515
- name: Upgrade pip
1616
run: |
17-
python3 -m pip install --upgrade setuptools --break-system-packages
17+
python3 -m pip install --upgrade pip setuptools --break-system-packages
1818
- name: Install python-snap7
1919
run: python3 -m pip install -e .[test] --break-system-packages
2020
- name: Run pytest

0 commit comments

Comments
 (0)