Changed Action file 3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
Python Script Test Pipeline / Test_Python_Script (push) Failing after 1m31s

This commit is contained in:
2024-12-03 00:46:50 +01:00
parent 7f491827a4
commit ed6f72cd3c

View File

@@ -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