Skip to content

Commit 1e014ed

Browse files
committed
try conda activate test
1 parent acd7556 commit 1e014ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/hipo-win-conda-forge.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: Install GKlib via Conda
2020
run: |
2121
conda install -y -c conda-forge gklib
22-
dir "%CONDA_PREFIX%\Library\share\cmake\GKlib"
23-
dir "%CONDA_PREFIX%\Library\lib\cmake\GKlib"
22+
conda activate test
2423
2524
# - name: Check installs
2625
# working-directory: ${{runner.workspace}}
@@ -39,10 +38,12 @@ jobs:
3938

4039
- name: Install METIS
4140
run: |
41+
conda activate test
4242
conda install -y -c conda-forge metis
4343
4444
- name: Install OpenBLAS
4545
run: |
46+
conda activate test
4647
conda install -y -c conda-forge openblas
4748
4849
- name: Create build dir
@@ -54,6 +55,7 @@ jobs:
5455
shell: bash
5556
working-directory: ${{runner.workspace}}/build
5657
run: |
58+
conda activate test
5759
cmake $GITHUB_WORKSPACE \
5860
-DHIPO=ON \
5961
-DCMAKE_FIND_LIBRARY_PREFIXES=";lib"

0 commit comments

Comments
 (0)