Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart A. Siegel committed Aug 2, 2024
1 parent 19c7252 commit 9f1e3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/inference-services-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Inference Service Tests
name: Tsfminference Service Tests

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
pip install poetry
cd services/inference
poetry install -n --with dev
- name: Test local server inference service with pytest
- name: Test local server tsfminference service with pytest
run: |
source .venv/bin/activate
cd services/inference
Expand Down

0 comments on commit 9f1e3ed

Please sign in to comment.