Skip to content

Commit

Permalink
(#82) (#79) edit test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Dec 16, 2024
1 parent eb869fd commit 84df662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
- name: Run tests
run: pytest -v
run: pytest -v

0 comments on commit 84df662

Please sign in to comment.