Skip to content

Commit

Permalink
Fix 3.10 by stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Oct 7, 2024
1 parent d5ca52a commit 4c6b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
cache: 'pip'
cache-dependency-path: pyproject.toml

Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"

- name: Install Python packages
run: |
Expand Down

0 comments on commit 4c6b33c

Please sign in to comment.