Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 12, 2024
1 parent acd5fc6 commit a14a9fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
echo "$BASE_REPORT" > base_report.txt
echo "$HEAD_REPORT" > head_report.txt
cat base_report.txt
python3 -m pip install -r scripts/ci/reports/requirements.txt
python3 scripts/ci/reports/parse-reports.py \
base_report.txt \
head_report.txt \
report
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a14a9fe

Please sign in to comment.