We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b3684 commit aa6c081Copy full SHA for aa6c081
.github/workflows/CI.yml
@@ -87,7 +87,7 @@ jobs:
87
if: contains(matrix.os, 'windows')
88
shell: cmd
89
run: |
90
- set CONDA_INSTALL_LOCN=C:\\Miniconda
+ set CONDA_INSTALL_LOCN=C:\\Miniconda3
91
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
92
call conda activate test
93
set LFORTRAN_CMAKE_GENERATOR=Ninja
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
0 commit comments