Skip to content

Commit

Permalink
HOTFIX: set python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 30, 2024
1 parent e1ce2eb commit d911357
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 @@ -54,7 +54,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 @@ -72,7 +72,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 @@ -91,7 +91,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 @@ -113,7 +113,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 d911357

Please sign in to comment.