Skip to content

Commit

Permalink
Install the package instead of manually installing requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 18, 2023
1 parent 41ea857 commit 4de96c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
run: |
cd ./backend
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r requirements-test.txt
python -m pip install .'[test]'
- name: Test with pytest
run: |
cd ./backend/test && python -m pytest
cd ./backend && python -m pytest

0 comments on commit 4de96c1

Please sign in to comment.