mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-03-12 04:36:10 -07:00
pull the images in a separate step so it doesn't take so long to build
This commit is contained in:
parent
8e4b4e3d2e
commit
d4c4a070e2
3
.github/workflows/python_backend_tests.yaml
vendored
3
.github/workflows/python_backend_tests.yaml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/python_backend/requirements.txt
|
||||
- name: Download container
|
||||
run: |
|
||||
docker pull moyix/triton_with_ft:22.09
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user