Skip to content

Commit

Permalink
HOTFIX: python3 version in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 21, 2024
1 parent d06bee5 commit 04e0ec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 All @@ -57,7 +57,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ^3.10
python-version: ~3.10

- name: Install requirements
run: |-
Expand Down
8 changes: 4 additions & 4 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 Down

0 comments on commit 04e0ec8

Please sign in to comment.