Skip to content

Commit

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

0 comments on commit a0e6496

Please sign in to comment.