diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index fea5f815a..10d3d67fe 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -384,9 +384,8 @@ jobs: with: fetch-depth: 0 - # Pull the only LFS files needed for regular tests, avoiding to download files stored for - # benchmarks and use cases - - name: Pull LFS test files + # Pull necessary LFS files (and thus avoid downloading files stored for benchmarks, use cases, ...) + - name: Pull LFS files run: | git lfs pull --include "tests/data/**, src/concrete/ml/pandas/_client_server_files/**" --exclude "" @@ -1032,9 +1031,8 @@ jobs: - name: Checkout Code uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - # Pull the only LFS files needed for regular tests, avoiding to download files stored for - # benchmarks and use cases - - name: Pull LFS test files + # Pull necessary LFS files (and thus avoid downloading files stored for benchmarks, use cases, ...) + - name: Pull LFS files run: | git lfs pull --include "tests/data/**, src/concrete/ml/pandas/_client_server_files/**" --exclude "" diff --git a/.github/workflows/sync_on_push.yaml b/.github/workflows/sync_on_push.yaml index ffb09db4d..ada74e784 100644 --- a/.github/workflows/sync_on_push.yaml +++ b/.github/workflows/sync_on_push.yaml @@ -16,11 +16,17 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 + + - name: Pull LFS files + run: | + git lfs pull --include "tests/data/**, src/concrete/ml/pandas/_client_server_files/**" --exclude "" + - name: Save repo uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 with: name: repo-archive path: '.' + - name: git-sync uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83 with: