This commit is contained in:
Loïc Guégan 2024-10-24 11:21:30 +02:00
parent e311aaa2be
commit 2231c567d5

View file

@ -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