|
|
|
|
|
|
# Parameterize the cache so that different python versions can get different versions of the packages |
|
|
|
- v1-dependencies-py<< parameters.pyversion >>-{{ checksum "python_deps.txt" }} |
|
|
|
# fallback to using the latest cache if no exact match is found |
|
|
|
- v1-dependencies-py<< parameters.pyversion >>- |
|
|
|
# TEMP IGNORE CACHING |
|
|
|
#- v1-dependencies-py<< parameters.pyversion >>- |
|
|
|
|
|
|
|
- run: |
|
|
|
name: Install Dependencies |
|
|
|