Commit 0843181 dn.petrov
committed
1 parent c80df50 commit 0843181 Copy full SHA for 0843181
File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Update wheel
33
33
shell : bash
34
- if : ${{ runner.os != 'macOS'}}
35
34
run : python3 -m pip install --upgrade pip wheel build setuptools
36
-
37
- - name : Update wheel
38
- shell : bash
39
- if : ${{ runner.os == 'macOS'}}
40
- run : python3 -m pip --break-system-packages install --upgrade pip wheel build setuptools
Original file line number Diff line number Diff line change 13
13
- name : Install snap7
14
14
run : brew install snap7
15
15
- name : Upgrade pip
16
- run : python3 -m pip --break-system-packages install --upgrade setuptools==69.4.2
16
+ run : |
17
+ python3 -V
18
+ rm /usr/lib/python3.11/EXTERNALLY-MANAGED
19
+ python3 -m pip --break-system-packages install --upgrade setuptools==69.4.2
17
20
- name : Install python-snap7
18
21
run : python3 -m pip install --break-system-packages -e .[test]
19
22
- name : Run pytest
You can’t perform that action at this time.
0 commit comments