Skip to content

Commit 6c95889

Browse files
committed
ci: fix conda environment file path in GitHub Actions workflow
1 parent de81f01 commit 6c95889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
3434
python-version: ${{ matrix.python-version }}
35-
environment-file: environment.yml
35+
environment-file: environment.yaml
3636
activate-environment: prep
3737
auto-update-conda: true
3838
auto-activate-base: false

0 commit comments

Comments
 (0)