From c342b7964bd60e4f4ba7322ff7c6de5df0d08af1 Mon Sep 17 00:00:00 2001 From: Eugene Cheah Date: Thu, 18 Jul 2024 22:49:24 -0700 Subject: [PATCH] Update action.yaml --- .github/actions/gh-task-runner-composite/action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/gh-task-runner-composite/action.yaml b/.github/actions/gh-task-runner-composite/action.yaml index 57f770c2e3..294dec5d32 100644 --- a/.github/actions/gh-task-runner-composite/action.yaml +++ b/.github/actions/gh-task-runner-composite/action.yaml @@ -47,10 +47,10 @@ runs: shell: bash run: nvidia-smi - # Dependencies setup - - uses: actions/setup-python@v5 - with: - python-version: '3.11' + # # Dependencies setup (this cause python virutalization error for v6) + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.11' - name: Install dependencies / setup project shell: bash