Skip to content

Commit

Permalink
ci: ensure tests run in the steps/ subproject venv
Browse files Browse the repository at this point in the history
  • Loading branch information
tdgrunenwald committed Dec 6, 2024
1 parent c79c98c commit d8fbbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uv run ruff check
- name: Test with behave
run: |
uv run behave
uv run --project features/steps behave

0 comments on commit d8fbbe6

Please sign in to comment.