Skip to content

Commit

Permalink
use sparse-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSellner authored Mar 25, 2024
1 parent ea1563d commit 6966347
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
key: dataset

- name: Checkout files
uses: Bhacaz/checkout-files@v2
uses: actions/checkout@v4
with:
# Include requirements.txt so that the caching works
files: requirements.txt tutorials/website_example.py
# Include requirements.txt so that the caching works
sparse-checkout: |
requirements.txt
tutorials/website_example.py
sparse-checkout-cone-mode: false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6966347

Please sign in to comment.