Skip to content

Commit

Permalink
ci: Quote Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 12, 2023
1 parent 45a5392 commit 0ce816d
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10 # Google Colaboratory uses Python 3.10
python-version: '3.10' # Google Colaboratory uses Python 3.10
cache: pip
cache-dependency-path: setup.cfg
- run: pip install .[test]
Expand Down

0 comments on commit 0ce816d

Please sign in to comment.