From dd2d0660824f2b5d335ce07ce645c53bb859fbc0 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Thu, 4 Apr 2024 15:46:04 -0400 Subject: [PATCH] #7063: Use an updated action --- .github/workflows/build-artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yaml b/.github/workflows/build-artifact.yaml index 8ed377a4aab4..d5225f301946 100644 --- a/.github/workflows/build-artifact.yaml +++ b/.github/workflows/build-artifact.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up dynamic env vars for build run: | echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV - - uses: tenstorrent-metal/tt-metal/.github/actions/install-python-deps@f54bc6374c935379672b623283d99e7fe1787f46 + - uses: tenstorrent-metal/tt-metal/.github/actions/install-python-deps@5ca51bc1da6f99a6a4214e8386149bba89c2d76f - name: Build tt-metal and libs run: | make build PYTHON_ENV=./python_env