Skip to content

Commit

Permalink
Remove server reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jan 12, 2022
1 parent ed581fd commit 7c71437
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-server.txt
pip install -r requirements-testing.txt
- name: Lint with pycodestyle
Expand Down Expand Up @@ -66,7 +65,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-server.txt
pip install -r requirements-testing.txt
- name: Test with pytest
Expand Down
5 changes: 0 additions & 5 deletions requirements-server.txt

This file was deleted.

0 comments on commit 7c71437

Please sign in to comment.