Skip to content

Commit

Permalink
And pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguidry committed Apr 19, 2024
1 parent 58f6588 commit 0b557c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- name: Install packages
run: |
python -m pip install -U uv
uv pip install --upgrade --system prefect 'pydantic>=2.4,<3'
uv pip install --upgrade --system prefect 'pydantic>=2.4,<3' pytest
- name: Create Cloud OpenAPI JSON
run: curl https://api.prefect.cloud/api/openapi.json > cloud_schema.json
Expand Down

0 comments on commit 0b557c0

Please sign in to comment.