Skip to content

Commit

Permalink
Log conda environment packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Nov 17, 2023
1 parent c5cba95 commit 075f7a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
miniforge-variant: Mambaforge
miniforge-version: 'latest'
use-mamba: true
# Log conda environment contents
- name: Log conda environment
shell: bash --login {0}
run: conda list
# Tests that the regression training code runs in the conda environment
- name: Train regression example
shell: bash --login {0}
Expand Down

0 comments on commit 075f7a5

Please sign in to comment.