Skip to content

Commit

Permalink
Remove pip install from requirements in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Dec 7, 2023
1 parent 9dd1a6f commit ec1444b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
pip install -e .
pip install pytest-cov
- name: Run tests and collect coverage
Expand Down

0 comments on commit ec1444b

Please sign in to comment.