1
0
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:
Brendan Dolan-Gavitt 2022-11-23 18:18:19 -05:00
parent 8e4b4e3d2e
commit d4c4a070e2

@ -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