We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d5b76 commit e7bdb22Copy full SHA for e7bdb22
.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 create --file environment.yml
+ C:\Miniconda\condabin\conda.bat env create --file environment.yaml
18
C:\Miniconda\condabin\conda.bat init powershell
19
- name: Build Executable
20
0 commit comments