return to using python 3.x for builds

This commit is contained in:
Jeff Epler 2022-11-13 09:26:16 -06:00
parent 6e9909c65e
commit b8f5def985
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Get CP deps
run: python tools/ci_fetch_deps.py test ${{ github.sha }}
- name: CircuitPython version

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Get CP deps
run: python tools/ci_fetch_deps.py website ${{ github.sha }}
- name: Install deps

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Install deps
run: |
sudo apt-get install -y gettext uncrustify

@ -1 +1 @@
Subproject commit 716d8531d71b122975e2966a24ec7613b87eb7b0
Subproject commit dbb2d88eb8a90a314d6f2e7b0af71925802c552e