Skip to content

Commit a4a025e

Browse files
Update tests.yml
1 parent a1177f0 commit a4a025e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python 3.8
19+
- name: Set up Python 3.9
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323
#----------------------------------------------
2424
# ----- install & configure conda
2525
#----------------------------------------------
2626
- uses: conda-incubator/setup-miniconda@v2
2727
with:
28-
python-version: 3.8
28+
python-version: 3.9
2929
conda-build-version: "*"
3030
channels: conda-forge,defaults
3131
channel-priority: true

0 commit comments

Comments
 (0)