File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
python-version : ' 3.12'
46
46
47
+ - name : Allow system-wide pip installs on macOS
48
+ if : runner.os == 'macOS'
49
+ run : echo 'break-system-packages = true' > ~/.pip/pip.conf
50
+
47
51
- name : Install cibuildwheel
48
52
run : python -m pip install --upgrade cibuildwheel
49
53
Original file line number Diff line number Diff line change 14
14
with :
15
15
python-version : ' 3.12'
16
16
17
+ - name : Allow system-wide pip installs on macOS
18
+ if : runner.os == 'macOS'
19
+ run : echo 'break-system-packages = true' > ~/.pip/pip.conf
20
+
17
21
- name : Install dependencies
18
22
run : |
19
23
python -m pip install --upgrade pip
66
70
with :
67
71
python-version : ' 3.12'
68
72
73
+ - name : Allow system-wide pip installs on macOS
74
+ if : runner.os == 'macOS'
75
+ run : echo 'break-system-packages = true' > ~/.pip/pip.conf
76
+
69
77
- name : Download test data
70
78
run : |
71
79
python -m pip install pytest requests
You can’t perform that action at this time.
0 commit comments