From 6639b8d4b2cd08422e64aadf19b0de4d6fdf72ed Mon Sep 17 00:00:00 2001 From: Connor Hack Date: Mon, 16 Sep 2024 19:12:37 -0700 Subject: [PATCH] Adjust debug flags --- .github/workflows/run-tokenizer-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tokenizer-tests.yml b/.github/workflows/run-tokenizer-tests.yml index f88f1159..178e7f31 100644 --- a/.github/workflows/run-tokenizer-tests.yml +++ b/.github/workflows/run-tokenizer-tests.yml @@ -63,8 +63,6 @@ jobs: if: ${{ github.event.inputs.debug == 'true' }} run: | ls -la ${GITHUB_WORKSPACE} - which pip - which python # Place sleep step before the test execution to "exec" into the test k8s POD and run tests manually to identify what dependencies are being used. - name: "[DEBUG] sleep" @@ -77,6 +75,8 @@ jobs: id: pip_install run: | echo "[STEP] Installing 'llama-models' models" + which pip + which python pip3 install -U pip setuptools pip3 install -r requirements.txt