We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a88c3 commit 4b154c4Copy full SHA for 4b154c4
.github/workflows/run_tests.yml
@@ -9,11 +9,11 @@ jobs:
9
max-parallel: 5
10
11
steps:
12
- - uses: actions/checkout@v3
13
- - name: Set up Python 3.10
14
- uses: actions/setup-python@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ - name: Set up Python 3.11
15
with:
16
- python-version: '3.10'
+ python-version: '3.11'
17
- name: Add conda to system path
18
run: |
19
# $CONDA is an environment variable pointing to the root of the miniconda directory
@@ -26,4 +26,4 @@ jobs:
26
- name: Test with pytest
27
28
conda install pytest
29
- pytest
+ pytest
0 commit comments