Skip to content

Commit

Permalink
[#117] Do away with CI requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 20, 2021
1 parent 6517f16 commit af9fbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/worflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip==21.3
pip install -r requirements-ci.txt
pip install -r requirements-test.txt
pip install coveralls>=3.2.0
- name: Run tests
run: pytest --verbose --cov=pyzbar yzbar
Expand Down
3 changes: 0 additions & 3 deletions requirements-ci.txt

This file was deleted.

0 comments on commit af9fbab

Please sign in to comment.