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
commit d4c4a070e2

View file

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