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 27c3bdc commit 76a1fb3
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 @@ -41,6 +41,7 @@ jobs:
- name: Set up Environment and Install Dependencies
run: |
conda activate test
mamba shell init --shell bash --root-prefix=~/.local/share/mamba
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 76a1fb3

Please sign in to comment.