This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dm/ci-cache' into 'master'
Cache poetry venv See merge request
e2li/cours-python!1
master
Dimitri Merejkowsky
4 years ago
parent
b131c07d20
572ddc42e5
commit
9239965796
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
.gitlab-ci.yml
+ 4
- 2
.gitlab-ci.yml
View File
@@ -1,9 +1,8 @@
image: python:latest
before_script:
- pip install poetry
- poetry config virtualenvs.in-project = true
pages:
@@ -15,5 +14,8 @@ pages:
artifacts:
paths:
- public
cache:
paths:
- cours/.venv
only:
- master