Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
a0aa12f9
Unverified
Commit
a0aa12f9
authored
Jan 29, 2021
by
Yuge Zhang
Committed by
GitHub
Jan 29, 2021
Browse files
[CI] Re-enable cache (#3346)
parent
bd0eae1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
pipelines/fast-test.yml
pipelines/fast-test.yml
+16
-16
No files found.
pipelines/fast-test.yml
View file @
a0aa12f9
...
@@ -24,14 +24,14 @@ stages:
...
@@ -24,14 +24,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName
:
Install apt packages
displayName
:
Install apt packages
#
- task: Cache@2
-
task
:
Cache@2
#
inputs:
inputs
:
#
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
key
:
'
python
|
"$(Agent.OS)"
|
dependencies/*.txt'
#
restoreKeys: |
restoreKeys
:
|
#
python | "$(Agent.OS)"
python | "$(Agent.OS)"
#
python
python
#
path: $(PIP_CACHE_DIR)
path
:
$(PIP_CACHE_DIR)
#
displayName: Cache pip packages
displayName
:
Cache pip packages
-
script
:
|
-
script
:
|
set -e
set -e
...
@@ -65,14 +65,14 @@ stages:
...
@@ -65,14 +65,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName
:
Install apt packages
displayName
:
Install apt packages
#
- task: Cache@2
-
task
:
Cache@2
#
inputs:
inputs
:
#
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
key
:
'
python
|
"$(Agent.OS)"
|
dependencies/*.txt'
#
restoreKeys: |
restoreKeys
:
|
#
python | "$(Agent.OS)"
python | "$(Agent.OS)"
#
python
python
#
path: $(PIP_CACHE_DIR)
path
:
$(PIP_CACHE_DIR)
#
displayName: Cache pip packages
displayName
:
Cache pip packages
-
script
:
|
-
script
:
|
set -e
set -e
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment