Skip to content

Commit

Permalink
pin CI python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 25, 2024
1 parent 163829f commit 20ea285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- uses: actions/checkout@v3

Expand All @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- uses: actions/checkout@v3

Expand All @@ -54,7 +54,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install testing tools
run: pip install -r requirements.txt -r tests/requirements.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install deps
run: pip install circuitpython-build-tools
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install deps
run: |
Expand Down

0 comments on commit 20ea285

Please sign in to comment.