Skip to content

Commit

Permalink
use correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Oct 3, 2024
1 parent 8b13b7e commit 95834ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finetuning-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95834ec

Please sign in to comment.