Skip to content

Commit db1b16b

Browse files
committed
[Tests] Try xlsx2csv 0.8.4
1 parent f426d6b commit db1b16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pytest xlsx2csv wheel
29+
pip install flake8 pytest xlsx2csv==0.8.4 wheel
3030
sed -i 's/^wxPython/#wxPython/' requirements.txt
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
# pip install git+https://github.com/set-soft/kicost-digikey-api-v3.git

0 commit comments

Comments
 (0)