Skip to content

Commit

Permalink
continuing changing folders...
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Sep 23, 2024
1 parent 38ca200 commit b45ccc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
pytest --cov=amlrt-project
- name: pytorch-end2end-single
working-directory: ./fancy_new_project/examples/local
working-directory: ./fancy_new_project
run: |
./tests/end2end_pytorch/run_single.sh
- name: pytorch-end2end-orion
working-directory: ./fancy_new_project/examples/local_orion
working-directory: ./fancy_new_project
run: |
./tests/end2end_pytorch/run_orion.sh
- name: type checking
Expand Down
1 change: 1 addition & 0 deletions tests/end2end_pytorch/run_orion.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# exit at the first error
set -e

cd ./examples/local_orion
sh run.sh
mv orion_working_dir orion_working_dir_OLD
# re-run the example to check reproducibility
Expand Down
1 change: 1 addition & 0 deletions tests/end2end_pytorch/run_single.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# exit at the first error
set -e

cd ./examples/local
sh run.sh
mv output output_OLD
# re-run the example to check reproducibility
Expand Down

0 comments on commit b45ccc2

Please sign in to comment.