woodpecker test with passing pytest
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Tom Weber 2 years ago
parent a1e4e78f03
commit f110972d79

@ -15,7 +15,7 @@ pipeline:
- ls
- python -m venv venv
- /bin/bash -c "source venv/bin/activate"
- python -m pip install --upgrade pip
- python -m pip install --upgrade pip pytest
- python -m pip install -r requirements.txt
- pytest tests/
@ -23,8 +23,6 @@ pipeline:
matrix:
TAG:
- 3.7
- 3.9
- 3.8
- 3.10

Loading…
Cancel
Save