From 655888f87bb257782309c2de3088bbf5bc44c383 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 20:23:18 -0500 Subject: [PATCH] yml not yaml --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index 7182ad1..24247c8 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -93,7 +93,7 @@ jobs: #miniconda-version: "latest" #auto-update-conda: true environment-name: test - environment-file: environment.yaml + environment-file: environment.yml extra-specs: python=3.9 - name: Mamba install CadQuery and pyinstaller