Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Sep 13, 2024
1 parent fae8b4f commit 4b3749c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
emoji: true
job-summary: true
report-title: 'FastEmbed Test Report'
- name: Cache models
- name: Save models in cache
uses: actions/cache@v3
with:
path: models
Expand All @@ -60,8 +60,5 @@ jobs:
run: |
ls -l
ls ../ -l
- name: Clear cache
run: |
rm -r /tmp/*
rm -r /var/tmp/*
ls models -l

0 comments on commit 4b3749c

Please sign in to comment.