Skip to content

Commit

Permalink
test with mamba with shell init
Browse files Browse the repository at this point in the history
  • Loading branch information
ptresson committed Nov 12, 2024
1 parent fcf602e commit 5d44f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
conda activate test
mamba shell init --shell bash --root-prefix=~/.local/share/mamba
mamba shell reinit --shell bash
mamba create -n pytest python=3.${{matrix.python-minor-version}} qgis=3.${{matrix.qgis-minor-version}} --yes
mamba activate pytest
mamba install --file requirements.txt --yes
Expand Down

0 comments on commit 5d44f8a

Please sign in to comment.