Skip to content

Commit

Permalink
Downgrade Python
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Oct 14, 2024
1 parent 0df775b commit 972c7fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: 🧰 Install dependencies
Expand All @@ -36,7 +36,7 @@ jobs:
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: 🧰 Install dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: 🧰 Install dependencies
Expand All @@ -68,7 +68,7 @@ jobs:
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: 🧰 Install dependencies
Expand All @@ -84,7 +84,7 @@ jobs:
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- name: 🧰 Install dependencies
Expand Down

0 comments on commit 972c7fc

Please sign in to comment.