Skip to content

Commit

Permalink
test with mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
ptresson committed Nov 8, 2024
1 parent 079d363 commit 7d675eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
- name: Set up mamba
# uses: conda-incubator/setup-miniconda@v3
uses: mamba-org/setup-micromamba@v1
with:
python-version: 3.${{matrix.python-minor-version}}
channels: conda-forge
- run: |
conda init
conda activate test
conda install mamba
mamba init
mamba activate test
# conda install qgis=3.${{matrix.qgis-minor-version}}
mamba install qgis=3.${{matrix.qgis-minor-version}}
conda install --file requirements.txt
conda install pytest
mamba install --file requirements.txt
mamba install pytest
shell: bash -el {0}
# - name: Check Path in windows
Expand All @@ -54,6 +54,6 @@ jobs:

- name: Tests
run: |
conda activate test
mamba activate test
pytest tests/
shell: bash -el {0}

0 comments on commit 7d675eb

Please sign in to comment.