Skip to content

Commit

Permalink
Revert "Update generate_pr_gold.yml with git lfs"
Browse files Browse the repository at this point in the history
This reverts commit cffd659.
  • Loading branch information
tomeichlersmith committed Jan 23, 2025
1 parent b8ed38f commit 1e3b371
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/generate_pr_gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
with:
just-version: 1.26.0



- name: Compile and Install ldmx-sw
run: |
just install-denv init configure-force-error
Expand Down Expand Up @@ -83,9 +81,6 @@ jobs:
needs: [generation]
runs-on: ubuntu-latest
steps:
- name: Install Git LFS
run: git lfs install

- name: Checkout ldmx-sw
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -124,9 +119,6 @@ jobs:
mv ${sample_d}/hist.root .github/validation_samples/${sample}/gold.root
mv ${sample_d}/output.log .github/validation_samples/${sample}/gold.log
done
git lfs track ".github/validation_samples/*/gold.log"
git lfs track ".github/validation_samples/*/gold.root"
git add .gitattributes
git add .github/validation_samples/*/gold.*
end_group
start_group Set Outputs
Expand Down

0 comments on commit 1e3b371

Please sign in to comment.