Skip to content

Commit 6d8cc45

Browse files
committed
test
1 parent e6b7530 commit 6d8cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_experiment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install -r requirements.txt
2424

2525
- name: Run experiment
26-
run: python src/main.py > output/output.log 2> output/error.log
26+
run: python src/main.py > output/output.txt 2> output/error.txt
2727

2828
- uses: actions/upload-artifact@v4
2929
with:

0 commit comments

Comments
 (0)