Compare commits
1 Commits
dev
...
dependabot
| Author | SHA1 | Date |
|---|---|---|
|
|
e8f979c9af |
|
|
@ -238,7 +238,7 @@ jobs:
|
||||||
|
|
||||||
# Released version of Cython has issues with Python 11. Set runner to use Python 3.10
|
# Released version of Cython has issues with Python 11. Set runner to use Python 3.10
|
||||||
# https://github.com/cython/cython/issues/4500
|
# https://github.com/cython/cython/issues/4500
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Run Builds
|
- name: Run Builds
|
||||||
|
|
@ -353,7 +353,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# Set up Python environment and install kconfiglib
|
# Set up Python environment and install kconfiglib
|
||||||
- name: Set up Python and install kconfiglib
|
- name: Set up Python and install kconfiglib
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Install kconfiglib
|
- name: Install kconfiglib
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Generate Documentation
|
- name: Generate Documentation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue