Skip to content

Commit

Permalink
Fix: list using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Sep 4, 2023
1 parent a9c34b5 commit fa564f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-envt.yml
Expand Up @@ -30,5 +30,5 @@ jobs:
environment-file: environment.yml
environment-name: geo-python
cache-downloads: true
- run: mamba list
- run: conda list
- run: python -c "import rioxarray"

0 comments on commit fa564f6

Please sign in to comment.