Unverified Commit 285c6d91 authored by Dapa's avatar Dapa Committed by GitHub

Update and rename gitlab-ci.yml to .gitlab-ci.yml

parent 5381c946
...@@ -18,7 +18,7 @@ build: ...@@ -18,7 +18,7 @@ build:
stage: build stage: build
script: script:
- apt-get update -y - apt-get update -y
- apt-get install curl sudo apt-utils python3 python3-pip python3-venv -y - apt-get install procps git curl sudo apt-utils python3 python3-pip python3-venv -y
- python3 -m venv .venv - python3 -m venv .venv
- source .venv/bin/activate - source .venv/bin/activate
- pip install jupyterlab - pip install jupyterlab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment