Skip to content
Snippets Groups Projects
Commit f4b6d49c authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

edit gitlab yml

parent a7c84a9e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ build-job: ...@@ -2,7 +2,7 @@ build-job:
stage: build stage: build
script: script:
- apt-get install python3 - apt-get install python3
- python3 -m ensurepip --upgrade - apt-get install python3-pip
- pip install venv - pip install venv
- python3 -m venv venv - python3 -m venv venv
- . venv/bin/activate - . venv/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment