This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'dm/ci-cache' into 'master'
Cache poetry venv See merge request
e2li/cours-python!1
master
Dimitri Merejkowsky
4 年之前
父節點
b131c07d20
572ddc42e5
當前提交
9239965796
共有
1 個文件被更改
,包括
4 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
.gitlab-ci.yml
+ 4
- 2
.gitlab-ci.yml
查看文件
@@ -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