Skip to content

Commit

Permalink
ci: correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 30, 2024
1 parent 0f5f9be commit f1db5bf
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 @@ -14,7 +14,7 @@ jobs:
- name: Use Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Cached build
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f1db5bf

Please sign in to comment.