Skip to content

Commit

Permalink
Add quotes around parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed Dec 16, 2022
1 parent 2a0c94d commit ff5333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install tox<4.0.0 tox-gh-actions==2.12.0
python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
- name: Run test via Tox
run: tox --skip-missing-interpreters
env:
Expand Down

0 comments on commit ff5333a

Please sign in to comment.