From 1b72e14f20869ff340e2ec8c15c9766197d98cdd Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 20:18:55 -0500 Subject: [PATCH] 2nd try micromamba --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index a901eb1..7182ad1 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -92,8 +92,10 @@ jobs: with: #miniconda-version: "latest" #auto-update-conda: true - python-version: 3.9 - activate-environment: test + environment-name: test + environment-file: environment.yaml + extra-specs: + python=3.9 - name: Mamba install CadQuery and pyinstaller shell: powershell run: |