Skip to content

Commit

Permalink
use mamba instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 8, 2024
1 parent 0e8e967 commit 5980354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Test environment
run: |
python -m ipykernel install --sys-prefix --name ppde642 --display-name "Python (ppde642)"
conda list
conda info --all
mamba list
mamba info --all --no-banner
jupyter kernelspec list
ipython -c "import osmnx; print('OSMnx version', osmnx.__version__)"
Expand Down

0 comments on commit 5980354

Please sign in to comment.