Skip to content

Commit edc2845

Browse files
committed
Fix conda build env
1 parent 4d679f9 commit edc2845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
miniconda-version: "latest"
33+
python-version: 3.8
3334
- name: Set output
3435
id: vars
3536
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

0 commit comments

Comments
 (0)