Skip to content

Commit

Permalink
python version in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 6, 2024
1 parent ee36a94 commit a6e8fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install Hatch
run: pip install hatch
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install Hatch
run: pip install hatch
- name: Build
Expand Down

0 comments on commit a6e8fd1

Please sign in to comment.