Skip to content

Commit

Permalink
Englob in the same cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Feb 27, 2023
1 parent d42c092 commit 7c59725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
PIP="$(head -n1 $(which poetry) | cut -c 3-) -m pip"
${PIP} install poetry-dynamic-versioning
- name: Install dependencies
run: poetry install --no-interaction --no-root --with test
run: |
poetry install --no-interaction --no-root --with test
poetry run nns get theory
if: steps.cache.outputs.cache-hit != 'true'
- name: Download and Install NNUSF theory
run: poetry run nns get theory
- name: Install task runner
run: pip install poethepoet
- name: Test
Expand Down

0 comments on commit 7c59725

Please sign in to comment.