Skip to content

Commit

Permalink
Trying to install xlsx2csv v0.7.8 for the tests
Browse files Browse the repository at this point in the history
- v0.8.0 doesn't really support Python 2.7
- See dilshod/xlsx2csv#237
  • Loading branch information
set-soft committed Jul 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a745c1 commit 36e7e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 36e7e87

Please sign in to comment.