Skip to content

Commit

Permalink
Minor fix for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Apr 23, 2024
1 parent c9a7061 commit 2bef191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# To force Pydantic v1, we install the package before the dependencies. This
# simulates a user who has Pydantic v1 required from another package.
- name: Install Pydantic v1
run: poetry run pip install pydantic==1.8.2
run: poetry add pydantic==1.8.2

# Install dependencies. This function will take the already installed Pydantic v1
- name: Install Dependencies
Expand Down

0 comments on commit 2bef191

Please sign in to comment.