return to using python 3.x for builds
This commit is contained in:
parent
6e9909c65e
commit
b8f5def985
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue