File tree Expand file tree Collapse file tree 4 files changed +5
-14
lines changed
Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v3
17- - uses : actions/setup-python@v3
17+ - uses : actions/setup-python@v4
1818 with :
1919 python-version : " 3.9"
2020
@@ -25,21 +25,14 @@ jobs:
2525
2626 - name : Install poetry
2727 run : |
28- curl -fsS https://install.python-poetry.org | python - -y
29-
30- - name : Update PATH
31- if : ${{ matrix.os != 'Windows' }}
32- run : echo "$HOME/.local/bin" >> $GITHUB_PATH
28+ pipx install poetry>=2
3329
3430 - name : Configure poetry
35- run : poetry config virtualenvs.create false
31+ run : poetry config virtualenvs.in-project true
3632
3733 - name : Install dependencies
3834 run : poetry install --only test --only benchmark --only build -vvv --no-root
3935
40- - name : Install project
41- run : poetry install --only test --only benchmark --only build -vvv --no-root
42-
4336 - name : Install pendulum and check extensions
4437 run : |
4538 poetry run pip install -e . -vvv
Original file line number Diff line number Diff line change @@ -217,7 +217,5 @@ omit = [
217217]
218218
219219[build-system ]
220- # requires = ["poetry-core>=1.0.8"]
221- # build-backend = "poetry.core.masonry.api"
222220requires = [" maturin>=1.0,<2.0" ]
223221build-backend = " maturin"
Original file line number Diff line number Diff line change 11[package ]
22name = " _pendulum"
3- version = " 3.0.1 "
3+ version = " 3.0.0 "
44edition = " 2021"
55
66[lib ]
You can’t perform that action at this time.
0 commit comments