From 413b787beb20bdaae52959fcae18cd72b180fe01 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 10 Apr 2024 14:31:42 -0600 Subject: [PATCH] Double check something. --- .github/workflows/main-cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main-cmake.yml b/.github/workflows/main-cmake.yml index 0d39059518..7cbe6ccc9e 100644 --- a/.github/workflows/main-cmake.yml +++ b/.github/workflows/main-cmake.yml @@ -37,11 +37,11 @@ jobs: activate-environment: "" auto-activate-base: true - - name: Set up Paths and env - shell: bash -el {0} - run: | - echo "export PATH=/c/Users/runneradmin/miniconda3/Library/lib" >> ~/.bash_profile - cat ~/.bash_profile +# - name: Set up Paths and env +# shell: bash -el {0} +# run: | +# echo "export PATH=/c/Users/runneradmin/miniconda3/Library/lib" >> ~/.bash_profile +# cat ~/.bash_profile - name: Dump Matrix Context