We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90a33f commit ea236fdCopy full SHA for ea236fd
.github/workflows/main.yml
@@ -28,14 +28,15 @@ jobs:
28
with:
29
lfs: false # Enable Git LFS support
30
31
- # Step 1: Set up Miniconda
+ # Step 1: Set up Miniconda
32
- name: Set up Miniconda
33
uses: conda-incubator/setup-miniconda@v2
34
35
auto-update-conda: true
36
python-version: 3.11
37
environment-file: environment.yml
38
activate-environment: OpenVPCal
39
+ miniconda-version: "latest"
40
41
# Step 2: Create and activate the conda environment (if not using environment.yml)
42
- name: Create and activate conda environment
0 commit comments