From 95834ec71936aac9bf0c16350ea7158006220378 Mon Sep 17 00:00:00 2001 From: Stuart Siegel <12914116+ssiegel95@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:25:21 -0400 Subject: [PATCH] use correct directory --- .github/workflows/finetuning-service-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/finetuning-service-test.yml b/.github/workflows/finetuning-service-test.yml index 612ee512..5bba07c4 100644 --- a/.github/workflows/finetuning-service-test.yml +++ b/.github/workflows/finetuning-service-test.yml @@ -30,7 +30,7 @@ jobs: source .venv/bin/activate python -m pip install --upgrade pip pip install poetry - cd services/inference + cd services/finetuning poetry self add "poetry-dynamic-versioning[plugin]" poetry install -n --with dev - name: Test local server tsfmfinetuning service with pytest