mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 17:00:07 +01:00
gitlab CI: move the pip dependencies to before_script
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
55e70c5fd2
commit
4c87209826
2 changed files with 2 additions and 2 deletions
|
|
@ -165,9 +165,9 @@ check-commit:
|
|||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
script:
|
||||
- |
|
||||
pytest --junitxml=results.xml \
|
||||
--tb=line \
|
||||
|
|
|
|||
|
|
@ -102,9 +102,9 @@ check-commit:
|
|||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
script:
|
||||
- |
|
||||
pytest --junitxml=results.xml \
|
||||
--tb=line \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue