Commit c6e4897 1 parent 419a047 commit c6e4897 Copy full SHA for c6e4897
File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 21
21
sudo apt -y install python3-pip
22
22
23
23
- name : Dependency packages (pip)
24
- run : python3 -m pip install --user setuptools_scm mypy types-requests .
24
+ run : |
25
+ python3 -m pip install -U pip setuptools setuptools[core] wheel
26
+ python3 -m pip install setuptools_scm mypy types-requests .
25
27
26
28
- name : Tests
27
29
run : |
42
44
sudo apt -y install python3-pip
43
45
44
46
- name : Dependency packages (pip)
45
- run : python3 -m pip install --user setuptools_scm
47
+ run : |
48
+ python3 -m pip install -U pip setuptools setuptools[core] wheel
49
+ python3 -m pip install setuptools_scm
46
50
47
51
- name : Set environment variables
48
52
id : vars
74
78
75
79
- name : Dependency packages (pip)
76
80
run : |
77
- python -m pip install --upgrade pip setuptools wheel
78
- python -m pip install --user cx_Freeze setuptools_scm
81
+ python -m pip install -U pip setuptools wheel
82
+ python -m pip install cx_Freeze setuptools_scm
79
83
80
84
- name : Set environment variables
81
85
id : vars
@@ -115,8 +119,8 @@ jobs:
115
119
116
120
- name : Dependency packages (pip)
117
121
run : |
118
- python -m pip install --upgrade pip setuptools wheel
119
- python -m pip install --user cx_Freeze setuptools_scm
122
+ python -m pip install -U pip setuptools wheel
123
+ python -m pip install cx_Freeze setuptools_scm
120
124
121
125
- name : Set environment variables
122
126
id : vars
You can’t perform that action at this time.
0 commit comments