Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Apr 17, 2024
1 parent c9942c8 commit f59cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bpm-ai-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry-version: "1.6.1"
-
name: Install dependencies
run: poetry run python -m pip install -r requirements.linux-cpu.txt && poetry install
run: poetry run python -m pip install -r ../requirements.linux-cpu.txt && poetry install
-
name: Run pytest
run: poetry run pytest

0 comments on commit f59cc12

Please sign in to comment.