Skip to content

Commit

Permalink
Adjust debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorHack committed Sep 17, 2024
1 parent 583c6e6 commit 6639b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tokenizer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 6639b8d

Please sign in to comment.