Skip to content

Commit

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

0 comments on commit 82eee3a

Please sign in to comment.