We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31c631 commit c470580Copy full SHA for c470580
.github/workflows/build.yaml
@@ -104,13 +104,6 @@ jobs:
104
pip install .
105
pip install .[develop]
106
107
-
108
- - name: Grab iso-639 lists
109
- shell: powershell
110
- run: |
111
- copy $(python -c "import iso639; print(iso639.mapping.TABLE_PATH)") iso-639-3.tab
112
- copy $(python -c "import iso639; print(iso639.mapping.MAPPING_PATH)") iso-639-3.json
113
114
- name: Build single executable
115
shell: cmd
116
run: pyinstaller FastFlix_Windows_OneFile.spec
0 commit comments