Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 7d395f2 commit 9e2a246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
$CONDA/bin/conda env update --file requirements.txt --name test
- name: Build
run: |
$CONDA/bin/conda init
$CONDA/bin/conda activate test
mkdir build && cd build && cmake .. && make
- name: Run test
Expand Down

0 comments on commit 9e2a246

Please sign in to comment.