Skip to content

Commit 7522c82

Browse files
committed
Use conda-forge
1 parent 8d1e93b commit 7522c82

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.woodpecker/tests.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
commands:
1212
- python -m pip install --upgrade pip
1313
- python -m pip install pylint flake8
14-
- python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
14+
- python -m flake8 . --count --show-source --statistics
1515

1616
build:
1717
image: python:${TAG}-buster
@@ -20,10 +20,8 @@ steps:
2020
branch: main
2121
commands:
2222
- ls
23-
- python -m venv venv
24-
- /bin/bash -c "source venv/bin/activate"
25-
- python -m pip install --upgrade pip
26-
- python -m pip install qgis movingpandas pytest
23+
- python -m pip install mamba
24+
- python -m mamba install -c conda-forge qgis movingpandas pytest
2725
- pytest tests/
2826

2927
matrix:

0 commit comments

Comments
 (0)