Skip to content

Commit

Permalink
remove install scipy as already there from basico
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes authored May 14, 2024
1 parent e3d89c4 commit ecf3407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install html2text
pip install scipy
- name: run tests
run: |
cd tests
Expand Down

0 comments on commit ecf3407

Please sign in to comment.