We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5db02e commit a4d5b76Copy full SHA for a4d5b76
.github/workflows/python-package-conda.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: 3.9.5
15
- name: Install dependencies
16
run: |
17
- C:\Miniconda\condabin\conda.bat env update --file environment.yml --name build
+ C:\Miniconda\condabin\conda.bat env create --file environment.yml
18
C:\Miniconda\condabin\conda.bat init powershell
19
- name: Build Executable
20
0 commit comments