Skip to content

Commit fa7640f

Browse files
committed
WIP testing minconda isntall different
1 parent 7a01df3 commit fa7640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup conda environment
2222
uses: conda-incubator/setup-miniconda@v2
2323
with:
24-
environment-file: environment.yml
25-
activate-environment: diff_check
24+
auto-update-conda: true
25+
python-version: 3.9.1
2626

2727
- name: CMAKE Configure
2828
run: ${{github.workspace}}/cmake/config.bat

0 commit comments

Comments
 (0)