File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
pip install -e .
36
36
- name : Install dependencies
37
37
run : |
38
- python -m pip install --upgrade pip
38
+ python -m pip install --upgrade pip setuptools
39
39
pip install -r requirements.txt
40
40
pip install pytest pytest-cov
41
41
- name : Run tests
55
55
python-version : " 3.10"
56
56
- name : Install dependencies
57
57
run : |
58
- python -m pip install --upgrade pip
58
+ python -m pip install --upgrade pip setuptools
59
59
pip install flake8
60
60
- name : Lint with flake8
61
61
run : |
76
76
python-version : " 3.10"
77
77
- name : Install dependencies
78
78
run : |
79
- python -m pip install --upgrade pip
79
+ python -m pip install --upgrade pip setuptools
80
80
pip install pytest pytest-cov
81
81
- name : Install POT
82
82
run : |
@@ -107,7 +107,7 @@ jobs:
107
107
pip install -e .
108
108
- name : Install dependencies
109
109
run : |
110
- python -m pip install --upgrade pip
110
+ python -m pip install --upgrade pip setuptools
111
111
pip install -r requirements.txt
112
112
pip install pytest
113
113
- name : Run tests
Original file line number Diff line number Diff line change 26
26
27
27
- name : Install dependencies
28
28
run : |
29
- python -m pip install --upgrade pip
29
+ python -m pip install --upgrade pip setuptools
30
30
31
31
- name : Install cibuildwheel
32
32
run : |
61
61
62
62
- name : Install dependencies
63
63
run : |
64
- python -m pip install --upgrade pip
64
+ python -m pip install --upgrade pip setuptools
65
65
66
66
- name : Install cibuildwheel
67
67
run : |
Original file line number Diff line number Diff line change 25
25
26
26
- name : Install dependencies
27
27
run : |
28
- python -m pip install --upgrade pip
28
+ python -m pip install --upgrade pip setuptools
29
29
30
30
- name : Install cibuildwheel
31
31
run : |
You can’t perform that action at this time.
0 commit comments