Skip to content

Commit

Permalink
HOTFIX: Set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 30, 2024
1 parent 592ae2f commit 8eff6c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ^3.10
python-version: ~3.10

- name: Install Poetry
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ^3.10
python-version: ~3.10
cache: "pip"

- name: Install dependencies
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ^3.10
python-version: ~3.10
cache: "pip"

- name: Install dependencies
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ^3.10
python-version: ~3.10
cache: "pip"

- name: Install dependencies
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ^3.10
python-version: ~3.10
cache: "pip"

- name: Install dependencies
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ^3.10
python-version: ~3.10
cache: "pip"

- name: Install dependencies
Expand Down

0 comments on commit 8eff6c0

Please sign in to comment.