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
f84359ec7a
commit
9a1578ae75
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ archlinux:
|
|||
image: "archlinux:latest"
|
||||
before_script:
|
||||
- pacman -Sy python python-pip python-numpy diffutils --noconfirm --needed
|
||||
- pip install build
|
||||
- pip install .
|
||||
- pip install build --break-system-packages
|
||||
- pip install . --break-system-packages
|
||||
script:
|
||||
- ./tests/run.sh
|
||||
|
||||
|
@ -11,9 +11,9 @@ debian:
|
|||
image: "debian:latest"
|
||||
before_script:
|
||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||
- pip install numpy
|
||||
- pip install build
|
||||
- pip install .
|
||||
- pip install numpy --break-system-packages
|
||||
- pip install build --break-system-packages
|
||||
- pip install . --break-system-packages
|
||||
script:
|
||||
- ./tests/run.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue