Skip to content

Commit be27f60

Browse files
committed
Update Python version in CI workflow from 3.6 to 3.8
1 parent 506cc1d commit be27f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.6
18+
- name: Set up Python 3.8
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.6.15'
21+
python-version: '3.8.15'
2222
- name: Create conda/mamba environment using micromamba
2323
uses: mamba-org/setup-micromamba@v1
2424
with:

0 commit comments

Comments
 (0)