Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
awa59kst120df committed Oct 7, 2024
1 parent 8d1aed4 commit 85668c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
uv pip install -e .
uv pip install --system -e .
- name: Lint with Ruff
run: |
pip install ruff
uv pip install ruff
ruff check .
- name: Run tests
run: |
python -m unittest discover -s tests -p '*_test.py'
python -m unittest discover -s tests

0 comments on commit 85668c9

Please sign in to comment.