Skip to content

Commit

Permalink
Simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent 7a9c562 commit 9eed295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: dx2-env
environment-file: dx2-env.yml
- run: |
- name: Install dependencies
run: |
$CONDA/bin/conda env update --file requirements.txt --name base
- name: Test conda
run: |
conda info
conda list

0 comments on commit 9eed295

Please sign in to comment.