Skip to content

Commit

Permalink
chore: remove directory specification in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 13, 2024
1 parent b938465 commit d9210ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:

- name: Install dependencies
run: |
cd server
pip install -r requirements.txt
- name: Run pytest
run: |
cd server
pytest

0 comments on commit d9210ec

Please sign in to comment.