Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 45908a0

Browse files
author
David Robertson
committed
Fix CI job
1 parent d29983a commit 45908a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
fetch-depth: 0
6363
- uses: matrix-org/setup-python-poetry@v1
6464
with:
65-
python-version: ${{ matrix.python-version }}
66-
extras: ${{ matrix.extras }}
65+
extras: "all""
6766
- run: poetry run scripts-dev/check_pydantic_models.py
6867
6968
# Dummy step to gate other tests on without repeating the whole list

0 commit comments

Comments
 (0)