File tree Expand file tree Collapse file tree 3 files changed +79
-37
lines changed Expand file tree Collapse file tree 3 files changed +79
-37
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Install poetry
5656 run : |
57- curl -fsS https://install.python-poetry.org | python - --preview -y
58-
59- - name : Update PATH
60- if : ${{ matrix.os != 'Windows' }}
61- run : echo "$HOME/.local/bin" >> $GITHUB_PATH
62-
63- - name : Update Path for Windows
64- if : ${{ matrix.os == 'Windows' }}
65- run : echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH
57+ pipx install poetry>=2
6658
6759 - name : Configure poetry
6860 run : poetry config virtualenvs.in-project true
9082
9183 - name : Uninstall typing dependencies
9284 # This ensures pendulum runs without typing_extensions installed
93- run : poetry install --only main --only test --only build --sync --no-root -vvv
85+ run : poetry sync --only main --only test --only build --no-root -vvv
9486
9587 - name : Test Pure Python
9688 run : |
You can’t perform that action at this time.
0 commit comments