Skip to content

Commit fc507b2

Browse files
committed
ci: refactor: remove unused cache
1 parent be6f1cb commit fc507b2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
variables:
2-
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
3-
4-
cache:
5-
paths:
6-
- "$CI_PROJECT_DIR/.cache/pip"
7-
81
stages:
92
- build
103
- static-analysis
114
- test
125
- doc
136

147
wheel:
15-
cache: []
168
image: python:$PYTHON_VERSION-buster
179
stage: build
1810
before_script:
@@ -30,7 +22,6 @@ wheel:
3022
- docker
3123

3224
sdist:
33-
cache: []
3425
image: python:3.10-buster
3526
stage: build
3627
before_script:
@@ -41,7 +32,6 @@ sdist:
4132
- docker
4233

4334
flake8:
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

5545
ruff-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

6958
ruff-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

8371
test:
84-
cache: []
8572
stage: test
8673
image: pytorch/pytorch:$PYTORCH_IMAGE
8774
before_script:
@@ -105,7 +92,6 @@ test:
10592
- docker
10693

10794
doc:
108-
cache: []
10995
stage: doc
11096
image: pytorch/pytorch:2.2.0-cuda11.8-cudnn8-devel
11197
before_script:

0 commit comments

Comments
 (0)