Skip to content

Commit

Permalink
testの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Aug 13, 2024
1 parent 904d2e7 commit bbc5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
poetry install --only main,test --all-extras
- name: Test
run: |
pytest tests/test_local*.py
poetry run pytest tests/test_local*.py
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbc5446

Please sign in to comment.