Skip to content

Commit

Permalink
activate
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 82eee3a commit 7d395f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |
$CONDA/bin/conda env update --file requirements.txt --name test
- name: Build
run: mkdir build && cd build && cmake .. && make
run: |
$CONDA/bin/conda activate test
mkdir build && cd build && cmake .. && make
- name: Run test
run: ./build/tests/test_make_models

0 comments on commit 7d395f2

Please sign in to comment.