Skip to content

Commit 4b154c4

Browse files
Update run_tests.yml
1 parent 14a88c3 commit 4b154c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run_tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
max-parallel: 5
1010

1111
steps:
12-
- uses: actions/checkout@v3
13-
- name: Set up Python 3.10
14-
uses: actions/setup-python@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
- name: Set up Python 3.11
1515
with:
16-
python-version: '3.10'
16+
python-version: '3.11'
1717
- name: Add conda to system path
1818
run: |
1919
# $CONDA is an environment variable pointing to the root of the miniconda directory
@@ -26,4 +26,4 @@ jobs:
2626
- name: Test with pytest
2727
run: |
2828
conda install pytest
29-
pytest
29+
pytest

0 commit comments

Comments
 (0)