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
2231c567d5
commit
247999c6d1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ubuntu:
|
||||||
- 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 --break-system-packages
|
- pip install numpy --break-system-packages
|
||||||
- pip install build --break-system-packages
|
- pip install build --break-system-packages
|
||||||
- pip install virtualenv
|
- pip install virtualenv --break-system-packages
|
||||||
- export PATH=${PATH}:${HOME}/.local/bin
|
- export PATH=${PATH}:${HOME}/.local/bin
|
||||||
- virtualenv myenv
|
- virtualenv myenv
|
||||||
- source myenv/bin/activate
|
- source myenv/bin/activate
|
||||||
|
|
Loading…
Add table
Reference in a new issue