Skip to content

Commit

Permalink
Quote version comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Jul 19, 2023
1 parent 6b2cd2c commit ecb8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install -r dev-requirements.txt
python -m pip install --no-deps -e .
python -m pip install pydantic${{ matrix.pydantic-version }}
python -m pip install "pydantic${{ matrix.pydantic-version }}"
python -m pip list
- name: Running Tests
Expand Down

0 comments on commit ecb8d78

Please sign in to comment.