removed req files
This commit is contained in:
parent
6b9ddda7f0
commit
51aca9009f
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
-w wheelhouse/universal2
|
||||
|
||||
python3.12 -m pip install --no-deps wheelhouse/universal2/*.whl
|
||||
python3.12 -m pip install -r requirements-macos.txt
|
||||
python3.12 -m pip install ".[macos]"
|
||||
python3.12 -m pip install pyinstaller==6.13.0
|
||||
|
||||
- name: Create macOS icon from ICO
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
-e .[macos]
|
||||
|
|
@ -1 +0,0 @@
|
|||
-e .[win7]
|
||||
|
|
@ -1 +0,0 @@
|
|||
-e .[win10]
|
||||
Loading…
Reference in New Issue