mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-19 21:04:08 -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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r tests/python_backend/requirements.txt
|
pip install -r tests/python_backend/requirements.txt
|
||||||
- name: Download container
|
- name: Build container
|
||||||
run: |
|
run: |
|
||||||
docker pull moyix/triton_with_ft:22.09
|
docker compose build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest tests
|
run: pytest tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue