Skip to content

Commit

Permalink
Activate the environment manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Jul 8, 2022
1 parent ab9f524 commit 225b763
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-tests-ifort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ jobs:
if: runner.os == 'Windows'
shell: cmd /C CALL {0}
run: |
call micromamba activate modflow6
call ".github/intel-scripts/build_windows.bat"
call meson setup builddir -Ddebug=false --prefix=%CD% --libdir=bin
call meson install -C builddir
meson setup builddir -Ddebug=false --prefix=%CD% --libdir=bin
meson install -C builddir
cd autotest
call pytest -v --durations=0 get_exes.py
pytest -v --durations=0 get_exes.py
- name: Test applications
working-directory: autotest
Expand Down

0 comments on commit 225b763

Please sign in to comment.