File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : setup poetry and install dependencies
3535 run : |
36- python -m pip install --upgrade pip poetry
36+ python -m pip install --upgrade pip poetry==1.8.5
3737 python -m poetry install --with tutorials,docs --all-extras --no-ansi --no-interaction
3838
3939 - name : build documentation
Original file line number Diff line number Diff line change 2222
2323 - name : setup poetry
2424 run : |
25- python -m pip install --upgrade pip poetry
25+ python -m pip install --upgrade pip poetry==1.8.5
2626
2727 - name : build wheels and test uploading to pypi
2828 if : startsWith(github.ref, 'refs/tags/v') != true
Original file line number Diff line number Diff line change 2828
2929 - name : setup poetry and install dependencies
3030 run : |
31- python -m pip install --upgrade pip poetry
31+ python -m pip install --upgrade pip poetry==1.8.5
3232 python -m poetry install --with lint --no-ansi --no-interaction
3333
3434 - name : run codestyle
Original file line number Diff line number Diff line change 3232
3333 - name : setup poetry and install dependencies
3434 run : |
35- python -m pip install --upgrade pip poetry
35+ python -m pip install --upgrade pip poetry==1.8.5
3636 python -m poetry install --with test,tutorials --all-extras --no-ansi --no-interaction
3737
3838 - name : run tests
Original file line number Diff line number Diff line change 3434
3535 - name : install dependencies
3636 run : |
37- python -m pip install --upgrade pip poetry
37+ python -m pip install --upgrade pip poetry==1.8.5
3838 python -m poetry install --with test,tutorials --all-extras --no-ansi --no-interaction
3939
4040 - name : run pytest
5656
5757 - name : install dependencies
5858 run : |
59- python -m pip install --upgrade pip poetry
59+ python -m pip install --upgrade pip poetry==1.8.5
6060 python -m poetry install --with test --no-ansi --no-interaction
6161
6262 - name : run pytest
You can’t perform that action at this time.
0 commit comments