File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments