Skip to content

Commit

Permalink
pull image explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 22, 2024
1 parent 321adc0 commit 4f1ed35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_cli_cpu_py_tgi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
pip install --upgrade pip
pip install -e .[testing,py-tgi]
- name: Pull TGI docker image
run: docker pull ghcr.io/huggingface/text-generation-inference:latest

- name: Run tests
run: pytest -k "cli and cpu and py_tgi"

0 comments on commit 4f1ed35

Please sign in to comment.