From 798df2256fc93c991fdedc8ee85ace3ba238569e Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 2 Nov 2023 09:03:20 -0400 Subject: [PATCH] Trying miniforge --- .github/workflows/pyinstaller-builds-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index 23901dd..736ae43 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -67,8 +67,8 @@ jobs: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: - mamba-version: "latest" - auto-update-conda: true + miniforge-version: latest + # auto-update-conda: true python-version: 3.8 activate-environment: test - name: Install CadQuery and pyinstaller