Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
davisadam10 committed Aug 3, 2024
1 parent d90a33f commit ea236fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
with:
lfs: false # Enable Git LFS support

# Step 1: Set up Miniconda
# Step 1: Set up Miniconda
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.11
environment-file: environment.yml
activate-environment: OpenVPCal
miniconda-version: "latest"

# Step 2: Create and activate the conda environment (if not using environment.yml)
- name: Create and activate conda environment
Expand Down

0 comments on commit ea236fd

Please sign in to comment.