Skip to content

Commit

Permalink
add caches to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Mar 16, 2024
1 parent ce2c949 commit 4ff0b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
key: data2024

- name: Generate Prime Numbers
if: steps.cache-data2024.outputs.cache-hit != 'true'
run: |
if: steps.cache-data2024.outputs.cache-hit != 'true'
run: |
mkdir data2024
cd data2024
curl -O https://sisap-23-challenge.s3.amazonaws.com/SISAP23-Challenge/laion2B-en-clip768v2-n=$DBSIZE.h5
Expand Down

0 comments on commit 4ff0b7d

Please sign in to comment.