mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 02:28:06 -07:00
Split out the container build
This commit is contained in:
parent
d4c4a070e2
commit
2178d9e9de
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python_backend_tests.yaml
vendored
4
.github/workflows/python_backend_tests.yaml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r tests/python_backend/requirements.txt
|
||||
- name: Download container
|
||||
- name: Build container
|
||||
run: |
|
||||
docker pull moyix/triton_with_ft:22.09
|
||||
docker compose build
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue