Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Aug 17, 2024
1 parent 4bb1ecf commit 9728050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/csvprep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: python3 managed-to-csv.py
- name: Appending GPU benchmarks
run: python3 gpu-bench-to-csv.py

- name: Commit and push changes
run: |
git add gpu-benchmarks.json gpu-benchmarks.csv LLM-Provider-comparison.csv
git commit -m "Update gpu-benchmarks.json and gpu-benchmarks.csv [skip ci]"
git push origin main

0 comments on commit 9728050

Please sign in to comment.