Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 81afb91 commit e399923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
channels: conda-forge
- name: Install dependencies
run: |
$CONDA/bin/conda env update --file requirements.txt --name test
conda env update --file requirements.txt --name test
conda info
- name: Build
run: mkdir build && cd build && cmake .. && make
- name: Run test
Expand Down

0 comments on commit e399923

Please sign in to comment.