Skip to content

Commit

Permalink
Updated poetry in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Sep 26, 2024
1 parent 220621d commit 1263e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
poetry-version: [1.1.7]
poetry-version: [1.8.3]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
poetry-version: [1.1.7]
python-version: [3.12]
poetry-version: [1.8.3]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
poetry-version: [1.1.7]
poetry-version: [1.8.3]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1263e8c

Please sign in to comment.