Skip to content

Commit

Permalink
try to work around windows filename issues v2
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Sep 29, 2024
1 parent 163fdc5 commit 27b9948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
sparse-checkout: test/data/test_data
sparse-checkout: |
/*
!test/data/reference_data/*
sparse-checkout-cone-mode: false
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 27b9948

Please sign in to comment.