Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Commit ·
a6e899f
1
Parent(s): 20fec70
Use `setup-python` v5
Browse files
.github/workflows/ci_codecov.yml
CHANGED
|
@@ -39,7 +39,7 @@ jobs:
|
|
| 39 |
ulimit -a
|
| 40 |
|
| 41 |
- name: Set up Python ${{ matrix.python-version }}
|
| 42 |
-
uses: actions/setup-python@
|
| 43 |
with:
|
| 44 |
python-version: ${{ matrix.python-version }}
|
| 45 |
architecture: x64
|
|
|
|
| 39 |
ulimit -a
|
| 40 |
|
| 41 |
- name: Set up Python ${{ matrix.python-version }}
|
| 42 |
+
uses: actions/setup-python@v5
|
| 43 |
with:
|
| 44 |
python-version: ${{ matrix.python-version }}
|
| 45 |
architecture: x64
|
.github/workflows/ci_tox.yml
CHANGED
|
@@ -37,7 +37,7 @@ jobs:
|
|
| 37 |
ulimit -a
|
| 38 |
|
| 39 |
- name: Set up Python ${{ matrix.python-version }}
|
| 40 |
-
uses: actions/setup-python@
|
| 41 |
with:
|
| 42 |
python-version: ${{ matrix.python-version }}
|
| 43 |
architecture: x64
|
|
|
|
| 37 |
ulimit -a
|
| 38 |
|
| 39 |
- name: Set up Python ${{ matrix.python-version }}
|
| 40 |
+
uses: actions/setup-python@v5
|
| 41 |
with:
|
| 42 |
python-version: ${{ matrix.python-version }}
|
| 43 |
architecture: x64
|
.github/workflows/website_auto.yml
CHANGED
|
@@ -30,7 +30,7 @@ jobs:
|
|
| 30 |
|
| 31 |
# Install dependencies
|
| 32 |
- name: Set up Python 3.11
|
| 33 |
-
uses: actions/setup-python@
|
| 34 |
with:
|
| 35 |
python-version: 3.11
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
# Install dependencies
|
| 32 |
- name: Set up Python 3.11
|
| 33 |
+
uses: actions/setup-python@v5
|
| 34 |
with:
|
| 35 |
python-version: 3.11
|
| 36 |
|