Skip to content

Commit

Permalink
Update test-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leeping authored Oct 25, 2023
1 parent 91fcb13 commit b057604
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ jobs:
#
# - name: Install Dependencies
# run: mamba env update --file=devtools/conda-envs/latest.yaml --name=base
#
# - name: Activate environment
# run: |
# conda activate geometric-test

- name: Activate environment
- name: Environment Information
run: |
conda activate geometric-test
conda info --all
conda list
- name: Install package
run: |
Expand Down

0 comments on commit b057604

Please sign in to comment.