From ed6f72cd3c60e9a9f3f702ff5271973ad3e39274 Mon Sep 17 00:00:00 2001 From: Johannes Kattnig Date: Tue, 3 Dec 2024 00:46:50 +0100 Subject: [PATCH] Changed Action file 3 --- .gitea/workflows/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml index 74ebc6f..71e599b 100644 --- a/.gitea/workflows/gitea.yaml +++ b/.gitea/workflows/gitea.yaml @@ -14,7 +14,7 @@ jobs: apt-get install -y python3 python3-pip - name: "Run Python Script" run: | - python3 script.py > output.txt + python3 interpolation_error.py > output.txt - name: "Compare Output" run: | diff output.txt reference_output.txt