From 22762afa666772d72e681d248d93b9cee4e56071 Mon Sep 17 00:00:00 2001 From: Adam Davis Date: Fri, 2 Aug 2024 19:00:35 -0600 Subject: [PATCH] Try again --- .github/workflows/main.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b7fc5d..167eedf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,15 +42,7 @@ jobs: - name: Initialize Conda shell: bash run: | - conda init bash - conda config --set auto_activate_base false - - # Step 3: Create and activate the conda environment (if not using environment.yml) - - name: Create and activate conda environment - shell: bash - run: | - conda create --name OpenVPCal python=3.11 -y - conda activate OpenVPCal + conda init # Step 4: Run unit tests - name: Run unit tests