Skip to content

Commit 7dd63d0

Browse files
committed
Install with extra
1 parent 81b56ef commit 7dd63d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Install project"
3333
run: |
3434
./venv/scripts/activate
35-
poetry install
35+
poetry install --extras oidc
3636
pre-commit install
3737
3838
- name: "Run pre-commit"

0 commit comments

Comments
 (0)