mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +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"
|
||||
before_script:
|
||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||
- pip install numpy
|
||||
- pip install build
|
||||
- pip install numpy --break-system-packages
|
||||
- pip install build --break-system-packages
|
||||
- pip install virtualenv
|
||||
- export PATH=${PATH}:${HOME}/.local/bin
|
||||
- virtualenv myenv
|
||||
- source myenv/bin/activate
|
||||
- pip install .
|
||||
- pip install . --break-system-packages
|
||||
script:
|
||||
- ./tests/run.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue