File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1- variables :
2- PIP_CACHE_DIR : " $CI_PROJECT_DIR/.cache/pip"
3-
4- cache :
5- paths :
6- - " $CI_PROJECT_DIR/.cache/pip"
7-
81stages :
92 - build
103 - static-analysis
114 - test
125 - doc
136
147wheel :
15- cache : []
168 image : python:$PYTHON_VERSION-buster
179 stage : build
1810 before_script :
3022 - docker
3123
3224sdist :
33- cache : []
3425 image : python:3.10-buster
3526 stage : build
3627 before_script :
4132 - docker
4233
4334flake8 :
44- cache : []
4535 stage : static-analysis
4636 image : pytorch/pytorch:2.2.0-cuda11.8-cudnn8-devel
4737 before_script :
@@ -53,7 +43,6 @@ flake8:
5343 - docker
5444
5545ruff-format :
56- cache : []
5746 stage : static-analysis
5847 image : python:3.10-buster
5948 before_script :
@@ -67,7 +56,6 @@ ruff-format:
6756 - docker
6857
6958ruff-organize-imports :
70- cache : []
7159 stage : static-analysis
7260 image : python:3.10-buster
7361 before_script :
@@ -81,7 +69,6 @@ ruff-organize-imports:
8169 - docker
8270
8371test :
84- cache : []
8572 stage : test
8673 image : pytorch/pytorch:$PYTORCH_IMAGE
8774 before_script :
10592 - docker
10693
10794doc :
108- cache : []
10995 stage : doc
11096 image : pytorch/pytorch:2.2.0-cuda11.8-cudnn8-devel
11197 before_script :
You can’t perform that action at this time.
0 commit comments