From 7c7904a48053248462abe7e56bdca031511f2233 Mon Sep 17 00:00:00 2001 From: ndilalla Date: Mon, 9 Sep 2024 14:41:44 -0400 Subject: [PATCH] Trying to remove architecture. --- .github/workflows/test_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 0e17e96c..d6ecbcca 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -119,7 +119,7 @@ jobs: with: activate-environment: "test_env" auto-activate-base: false - architecture: "x64" + #architecture: "x64" #mamba-version: "*" miniforge-version: latest python-version: ${{ matrix.python-version }}