Skip to content

Commit

Permalink
fix: run pytest with python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 12, 2024
1 parent fd8177f commit b9cb076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
ruff check konoha
ruff format --diff konoha
- name: Test with pytest
run: pytest
- name: Run test
run: python -m pytest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit b9cb076

Please sign in to comment.