mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Debug CI
This commit is contained in:
parent
e311aaa2be
commit
2231c567d5
1 changed files with 3 additions and 3 deletions
|
@ -21,13 +21,13 @@ ubuntu:
|
||||||
image: "ubuntu:latest"
|
image: "ubuntu:latest"
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||||
- pip install numpy
|
- pip install numpy --break-system-packages
|
||||||
- pip install build
|
- pip install build --break-system-packages
|
||||||
- pip install virtualenv
|
- pip install virtualenv
|
||||||
- export PATH=${PATH}:${HOME}/.local/bin
|
- export PATH=${PATH}:${HOME}/.local/bin
|
||||||
- virtualenv myenv
|
- virtualenv myenv
|
||||||
- source myenv/bin/activate
|
- source myenv/bin/activate
|
||||||
- pip install .
|
- pip install . --break-system-packages
|
||||||
script:
|
script:
|
||||||
- ./tests/run.sh
|
- ./tests/run.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue