Skip to content

Commit

Permalink
build: change workflows to use 3.10 by default instead
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Dec 17, 2023
1 parent d784088 commit b85b72a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
- name: Install Project
run: python -m pip install -e .
- name: Install ruff
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
- name: Install Project
run: python -m pip install -e .
- name: Install mypy
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
- name: Install Coverage
run: python -m pip install coverage==7.3.3
- name: Download Coverage Data
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
- uses: actions/download-artifact@v3
with:
name: build-${{ github.sha }}
Expand Down

0 comments on commit b85b72a

Please sign in to comment.