Skip to content

Commit

Permalink
revert to lower version of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Jul 11, 2024
1 parent c325d6e commit 7226083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.3.0
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.3.0
strategy:
matrix:
python-version: ["3.9", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pypi_release:
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.3.0
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
steps:
#----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test:
runs-on: ubuntu-22.04-4core-16GBRAM-150GBSSD
env:
POETRY_VERSION: 1.7.1
POETRY_VERSION: 1.3.0
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7226083

Please sign in to comment.