Skip to content

Commit

Permalink
update poetry in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Apr 21, 2024
1 parent 220d954 commit 0014867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8] # 3.6, 3.7, 3.8 - restricted because of Colab python version
poetry-version: [1.1.2]
python-version: [3.8] # 3.8, 3.9, ...
poetry-version: [1.8.2]
os: [ubuntu-latest] # macos-latest, windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0014867

Please sign in to comment.