We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21175b8 commit a3b1d22Copy full SHA for a3b1d22
.github/workflows/macos-build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies from requirements.txt
18
run: |
19
python -m pip install --upgrade pip
20
- pip install pandas tk ttkbootstrap csv
+ pip install pandas tk ttkbootstrap
21
22
- name: Install PyInstaller
23
0 commit comments