File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 python-version : " 3.10"
2323
24+ - name : Pip version
25+ run : python -m pip install "pip<26"
26+
2427 - name : Install and configure poetry
2528 run : |
2629 pip install poetry
2932
3033 - name : Install dependencies
3134 run : |
32- pip install --upgrade pip
3335 pip install tox
3436
3537 - name : Linting
4749 with :
4850 python-version : " 3.9"
4951
52+ - name : Pip version
53+ run : python -m pip install "pip<26"
54+
5055 - name : Install and configure poetry
5156 run : |
5257 pip install poetry
5560
5661 - name : Install dependencies
5762 run : |
58- pip install --upgrade pip
5963 pip install tox
6064
6165 - name : Testing
7377 with :
7478 python-version : " 3.10"
7579
80+ - name : Pip version
81+ run : python -m pip install "pip<26"
82+
7683 - name : Install dependencies
7784 run : |
78- pip install --upgrade pip
7985 pip install poetry
8086
8187 - name : Build package
You can’t perform that action at this time.
0 commit comments