From a14a9fe64c0a7832b8e6538e0a86b811dbfc0a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20M=C3=A6hlum?= Date: Sun, 13 Oct 2024 01:13:18 +0200 Subject: [PATCH] Test --- .github/workflows/memory.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/memory.yml b/.github/workflows/memory.yml index d4657dd4..922b7497 100644 --- a/.github/workflows/memory.yml +++ b/.github/workflows/memory.yml @@ -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: