We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1e93b commit 7522c82Copy full SHA for 7522c82
.woodpecker/tests.yaml
@@ -11,7 +11,7 @@ steps:
11
commands:
12
- python -m pip install --upgrade pip
13
- python -m pip install pylint flake8
14
- - python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+ - python -m flake8 . --count --show-source --statistics
15
16
build:
17
image: python:${TAG}-buster
@@ -20,10 +20,8 @@ steps:
20
branch: main
21
22
- 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
+ - python -m pip install mamba
+ - python -m mamba install -c conda-forge qgis movingpandas pytest
27
- pytest tests/
28
29
matrix:
0 commit comments