From edd97c299e1b84dc141623d8f4113ac8cbc49618 Mon Sep 17 00:00:00 2001 From: Michael Chiou Date: Tue, 14 May 2024 16:35:02 -0700 Subject: [PATCH] #8082: fix profiler regression workflow --- .github/workflows/run-profiler-regression.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run-profiler-regression.yaml b/.github/workflows/run-profiler-regression.yaml index fbb4f4e4370..c5ab23b6394 100644 --- a/.github/workflows/run-profiler-regression.yaml +++ b/.github/workflows/run-profiler-regression.yaml @@ -41,6 +41,4 @@ jobs: - name: Run profiler regression tests timeout-minutes: 30 run: | - ./scripts/docker/run_docker_cmd.sh \ - --device /dev/tenstorrent -- \ - ./tests/scripts/run_profiler_regressions.sh + ./scripts/docker/run_docker_cmd.sh --device /dev/tenstorrent -- ./tests/scripts/run_profiler_regressions.sh \ No newline at end of file