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: '''
|
sh(script: '''
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -p build
|
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 ruff check ariadne --select PLR
|
||||||
python -m slipcover \
|
python -m slipcover \
|
||||||
--json \
|
--json \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user