Skip to content

Commit

Permalink
re-added cache downloading to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Nov 8, 2024
1 parent f0d2aa1 commit 649c830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --with dev
# - name: Download cache
# uses: actions/download-artifact@v4
# with:
# name: cache
# path: .cache.json
- name: Download cache
uses: actions/download-artifact@v4
with:
name: cache
path: .cache.json
- name: Run unit tests
run: poetry run pytest --timeout=30 -p no:warnings -vv .
env:
Expand Down

0 comments on commit 649c830

Please sign in to comment.