We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b7db commit c51d7a8Copy full SHA for c51d7a8
.github/workflows/python-package-conda.yml
@@ -1,4 +1,4 @@
1
-name: Create Windows executable using Conda
+name: Create Windows Executable using Conda
2
3
on: [push]
4
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
C:\Miniconda\condabin\conda.bat env update --file environment.yml --name build
18
C:\Miniconda\condabin\conda.bat init powershell
19
- - name: Test with pytest
+ - name: Build Executable
20
21
C:\Miniconda\condabin\conda.bat activate build
22
- C:\Miniconda\condabin\conda.bat build.bat
+ build.bat
0 commit comments