Skip to content

Commit

Permalink
Correct formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorHack committed Sep 17, 2024
1 parent 92f35f5 commit 2d3556b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tokenizer-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
id: pip_install
run: |
echo "[STEP] Installing 'llama-models' models"
pip install -U pip setuptools blobfile
pip install -U pip setuptools
pip install -r requirements.txt
pip install blobfile
- name: Set environment variable
id: set_env
Expand Down

0 comments on commit 2d3556b

Please sign in to comment.