Skip to content

Commit

Permalink
Merge pull request #49 from haasad/conda-env-info
Browse files Browse the repository at this point in the history
Show details of conda environment
  • Loading branch information
haasad authored Jan 21, 2023
2 parents 12cff7e + 9df0643 commit 7faee07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
activate-environment: test
environment-file: environment.yml
auto-activate-base: false
- name: Conda env info
shell: bash -l {0}
run: |
conda list
conda env export
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 7faee07

Please sign in to comment.