Skip to content

Commit ea236fd

Browse files
committed
Update the version
1 parent d90a33f commit ea236fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ jobs:
2828
with:
2929
lfs: false # Enable Git LFS support
3030

31-
# Step 1: Set up Miniconda
31+
# Step 1: Set up Miniconda
3232
- name: Set up Miniconda
3333
uses: conda-incubator/setup-miniconda@v2
3434
with:
3535
auto-update-conda: true
3636
python-version: 3.11
3737
environment-file: environment.yml
3838
activate-environment: OpenVPCal
39+
miniconda-version: "latest"
3940

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

0 commit comments

Comments
 (0)