From 7cc322967709f7b9e694314978371bc64eb45993 Mon Sep 17 00:00:00 2001 From: jonathan langlois Date: Fri, 25 Oct 2024 16:11:26 -0700 Subject: [PATCH] test: pipelines test tf config in pipeline --- .github/actions/setup-tools/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 0b7076b..b875d54 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -21,8 +21,8 @@ runs: asdf reshim shell: bash - - name: Install python tools - run: | - pip install -r requirements.txt - asdf reshim - shell: bash + # - name: Install python tools + # run: | + # pip install -r requirements.txt + # asdf reshim + # shell: bash