Skip to content

Commit c51d7a8

Browse files
+1
1 parent c64b7db commit c51d7a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Windows executable using Conda
1+
name: Create Windows Executable using Conda
22

33
on: [push]
44

@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
C:\Miniconda\condabin\conda.bat env update --file environment.yml --name build
1818
C:\Miniconda\condabin\conda.bat init powershell
19-
- name: Test with pytest
19+
- name: Build Executable
2020
run: |
2121
C:\Miniconda\condabin\conda.bat activate build
22-
C:\Miniconda\condabin\conda.bat build.bat
22+
build.bat

0 commit comments

Comments
 (0)