Skip to content

Commit 02ad781

Browse files
+1
1 parent c51d7a8 commit 02ad781

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.9
14+
python-version: 3.9.5
1515
- name: Install dependencies
1616
run: |
1717
C:\Miniconda\condabin\conda.bat env update --file environment.yml --name build
1818
C:\Miniconda\condabin\conda.bat init powershell
1919
- name: Build Executable
2020
run: |
2121
C:\Miniconda\condabin\conda.bat activate build
22-
build.bat
22+
C:\Miniconda\condabin\conda.bat list
23+
C:\Miniconda\condabin\conda.bat pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py

0 commit comments

Comments
 (0)