From ecf340725ae5a08ec60780e770ddb403bfd3b2c1 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Mon, 13 May 2024 22:33:08 -0400 Subject: [PATCH] remove install scipy as already there from basico --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 4572541..66ab8d5 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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