Skip to content

Commit

Permalink
CI: drop monthly cache invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Jun 21, 2023
1 parent 1fb8123 commit 3c742b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nrn-modeldb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,17 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
#Install project in editable mode
python -m pip install -e .
echo "date=$(date -u "+%Y%m")" >> $GITHUB_OUTPUT
- name: Cache ModelDB models
id: cache-models
uses: actions/cache@v3
with:
path: |
cache
modeldb/modeldb-meta.yaml
key: models-${{steps.install-deps.outputs.date}}
key: models

- name: Get ModelDB models
if: steps.cache-models.outputs.cache-hit != 'true'
run: getmodels
run: getmodels $MODELS_TO_RUN

- name: Run Models with NEURON V1 -> ${{ env.NEURON_V1 }}
run: |
Expand Down

0 comments on commit 3c742b0

Please sign in to comment.