Skip to content

Commit

Permalink
pass deps as sting
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 19, 2023
1 parent 6dcc0d1 commit c22ec1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ${{ matrix.pydantic }}
pip install "${{ matrix.pydantic }}"
pip install -e .[json,docs,testing]
- name: Test Main docs build
Expand Down

0 comments on commit c22ec1b

Please sign in to comment.