From 36e7e87676b09a935ac61825476f93615cd71ca5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 20 Jul 2022 11:28:18 -0300 Subject: [PATCH] Trying to install xlsx2csv v0.7.8 for the tests - v0.8.0 doesn't really support Python 2.7 - See dilshod/xlsx2csv#237 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 57cf5d00..23dbe8aa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest xlsx2csv + pip install flake8 pytest xlsx2csv==0.7.8 sed -i 's/^wxPython/#wxPython/' requirements.txt if [ -f requirements.txt ]; then pip install -r requirements.txt; fi # pip install git+https://github.com/set-soft/kicost-digikey-api-v3.git