Skip to content

Commit

Permalink
Workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya authored and atharva-2001 committed Jan 17, 2025
1 parent 8646ed3 commit 5b1c4a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup_lfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ inputs:
runs:
using: "composite"
steps:
- name: Clone tardis-sn/tardis-regression-data
- name: Clone atharva-2001/tardis-regression-data
uses: actions/checkout@v4
with:
repository: ${{ inputs.regression-data-repo }}
repository: atharva-2001/tardis-regression-data
path: tardis-regression-data
ref: numpy_v2_2

- name: Create LFS file list
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
Expand Down

0 comments on commit 5b1c4a7

Please sign in to comment.