We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8cc45 commit f8c6eefCopy full SHA for f8c6eef
.github/workflows/run_experiment.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Run experiment
26
run: python src/main.py > output/output.txt 2> output/error.txt
27
+ continue-on-error: true
28
29
- uses: actions/upload-artifact@v4
30
with:
0 commit comments