Skip to content

Commit

Permalink
Specify in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 608bf41 commit 3ff9447
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge
- name: Install dependencies
run: |
$CONDA/bin/conda env update -c conda-forge --file requirements.txt --name base
$CONDA/bin/conda env update --file requirements.txt --name base
- name: Test conda
run: |
conda info
Expand Down

0 comments on commit 3ff9447

Please sign in to comment.