Skip to content

Commit

Permalink
Try running test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 3ff9447 commit 559848f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
$CONDA/bin/conda env update --file requirements.txt --name base
- name: Test conda
run: |
conda info
conda list
- name: Build
run: mkdir build && cd build && cmake ../ && make
- name: Run test
run: ./build/tests/test_make_models

0 comments on commit 559848f

Please sign in to comment.