Skip to content

Commit 5c35c6f

Browse files
committed
Upgrade poetry version in github actions workflow
1 parent 92663b9 commit 5c35c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
POETRY_VERSION: "1.7.1"
21+
POETRY_VERSION: "2.1.1"
2222
WORKDIR: "."
2323

2424
jobs:
@@ -89,7 +89,7 @@ jobs:
8989
shell: bash
9090
run: |
9191
echo "Running tests, installing dependencies with poetry..."
92-
poetry install --with test,lint,typing,docs
92+
poetry install --with test,lint,typing,docs --extras gcs
9393
- name: Run tests
9494
run: make test
9595
env:

0 commit comments

Comments
 (0)