Skip to content

Commit

Permalink
ci(pytest): Add working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 6, 2024
1 parent 4a183e9 commit 96d7a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
test:
name: "pytest"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./libertai_agents
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit 96d7a09

Please sign in to comment.