Skip to content

Commit

Permalink
3.10?
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 1, 2024
1 parent d831b1a commit ea2443c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -78,10 +78,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.10
- name: Run pre-commit
run: |
pre-commit run --all-files

0 comments on commit ea2443c

Please sign in to comment.