|
@@ -9,9 +9,9 @@ jobs:
|
|
|
max-parallel: 5
|
|
max-parallel: 5
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
|
- name: Set up Python 3.10
|
|
- name: Set up Python 3.10
|
|
|
- uses: actions/setup-python@v3
|
|
|
|
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
with:
|
|
|
python-version: '3.10'
|
|
python-version: '3.10'
|
|
|
- name: Add conda to system path
|
|
- name: Add conda to system path
|