Skip to content

Commit

Permalink
use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 17, 2023
1 parent aed4494 commit 09f3d21
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 @@ -48,7 +48,7 @@ jobs:
python -m pip install -U pip
# if running a cron job, we add the --pre flag to test against pre-releases
python -m pip install .[test] ${{ github.event_name == 'schedule' && '--pre' || '' }}
python -m pip install ${{ matrix.pydantic }}
python -m pip install "${{ matrix.pydantic }}"
- name: 🧪 Run Tests
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing
Expand Down

0 comments on commit 09f3d21

Please sign in to comment.