Spaces:
Runtime error
Runtime error
Hobson Lane
commited on
Commit
•
08fe3ff
1
Parent(s):
e6c6ec5
Update .gitlab-ci.yml
Browse files- .gitlab-ci.yml +4 -5
.gitlab-ci.yml
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
# Official Python language image.
|
2 |
-
image: python:3.9
|
3 |
-
- apt-get install -y git curl python-pip python-dev python3-dev build-essential graphviz doxygen
|
4 |
-
- apt-get update -qy
|
5 |
-
- python -v
|
6 |
-
|
7 |
py39:
|
|
|
8 |
before_script:
|
|
|
|
|
|
|
9 |
- pip install -r requirements.txt
|
10 |
script:
|
11 |
- pytest --verbose
|
|
|
1 |
# Official Python language image.
|
|
|
|
|
|
|
|
|
|
|
2 |
py39:
|
3 |
+
image: python:3.9
|
4 |
before_script:
|
5 |
+
- apt-get install -y git curl python-pip python-dev python3-dev build-essential graphviz doxygen
|
6 |
+
- apt-get update -q
|
7 |
+
- python -v
|
8 |
- pip install -r requirements.txt
|
9 |
script:
|
10 |
- pytest --verbose
|