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 1e5d03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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

0 comments on commit 1e5d03b

Please sign in to comment.