ci: install runtime deps before ariadne test gate
This commit is contained in:
parent
c29ac3ea0c
commit
d064f9ae88
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -105,7 +105,7 @@ spec:
|
||||
sh(script: '''
|
||||
set -euo pipefail
|
||||
mkdir -p build
|
||||
python -m pip install --no-cache-dir -r requirements-dev.txt
|
||||
python -m pip install --no-cache-dir -r requirements.txt -r requirements-dev.txt
|
||||
python -m ruff check ariadne --select PLR
|
||||
python -m slipcover \
|
||||
--json \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user