Skip to content

Commit d7d9189

Browse files
committed
[Tests] Made xlsx2csv to be 0.8.3
This tool is always incompatible
1 parent c9103b9 commit d7d9189

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.3 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)