Skip to content

Commit

Permalink
ci(devcontainer): Revert GH workflows back to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshmantova committed Mar 28, 2024
1 parent a1ebfaf commit 62b427d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/precommits_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.9"
cache: "pip"
- name: Check Pull Request Title
uses: Slashgear/action-check-pr-title@main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Load cached Poetry installation
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Load cached Poetry installation
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Load cached Poetry installation
Expand Down

0 comments on commit 62b427d

Please sign in to comment.