Skip to content

Commit

Permalink
remove caching of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 18, 2024
1 parent d6f62da commit f0a39e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ runs:
run: poetry config virtualenvs.in-project true
shell: bash

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --with bngl,cellml,lems,neuroml,sbml,simularium,escher,containers,logging,smoldyn
Expand Down

0 comments on commit f0a39e2

Please sign in to comment.