Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
davisadam10 committed Aug 3, 2024
1 parent ac74be7 commit 22762af
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22762af

Please sign in to comment.