Skip to content

Commit

Permalink
set conda priority to strict in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep committed May 22, 2024
1 parent 7453085 commit 8db304d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:

- name: Install dependencies
run: |
conda config --set channel_priority strict
pip install scons
sudo apt-get update
sudo apt-get install libboost-all-dev
- name: Install ebtel++
run: |
cd $GITHUB_WORKSPACE/ebtelPlusPlus
Expand Down

0 comments on commit 8db304d

Please sign in to comment.