We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9103b9 commit d7d9189Copy full SHA for d7d9189
1 file changed
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest xlsx2csv wheel
+ pip install flake8 pytest xlsx2csv==0.8.3 wheel
30
sed -i 's/^wxPython/#wxPython/' requirements.txt
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
# pip install git+https://github.com/set-soft/kicost-digikey-api-v3.git
0 commit comments