Skip to content

Commit

Permalink
#8082: fix ttnn sweeps workflow missing"
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 17, 2024
1 parent 73a94ba commit c0a75af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ttnn-run-sweeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
./scripts/docker/run_docker_cmd.sh -e LOGURU_LEVEL=DEBUG -- \
/bin/bash -c "source python_env/bin/activate \
&& ./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type ttnn_sweeps
&& ./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type ttnn_sweeps"
- name: Assert that csvs exist in expected ttnn results folder
run: ls -hal tests/ttnn/sweep_tests/results/*.csv
- name: Upload ttnn sweep reports csvs
Expand Down

0 comments on commit c0a75af

Please sign in to comment.