Commit fb4eb44 dn.petrov
committed
1 parent 9712be1 commit fb4eb44 Copy full SHA for fb4eb44
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 37
37
- name : Update wheel
38
38
shell : bash
39
39
if : ${{ runner.os == 'macOS'}}
40
- run : python3 -m pip install --upgrade pip wheel build setuptools --break-system-packages
40
+ run : |
41
+ python3 -m ensurepip --break-system-packages
42
+ python3 -m pip install --upgrade pip wheel build setuptools --break-system-packages
Original file line number Diff line number Diff line change 6
6
# branches: [master]
7
7
jobs :
8
8
osx_wheel :
9
- runs-on : macos-latest
9
+ runs-on : macos-11
10
10
steps :
11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
13
- name : Install snap7
14
14
run : brew install snap7
15
15
- name : Upgrade pip
16
16
run : |
17
- python3 -m pip install --upgrade setuptools==69.4.2 --break-system-packages
17
+ python3 -m pip install --upgrade setuptools --break-system-packages
18
18
- name : Install python-snap7
19
19
run : python3 -m pip install -e .[test] --break-system-packages
20
20
- name : Run pytest
You can’t perform that action at this time.
0 commit comments