Skip to content

Commit 1fa3aaf

Browse files
committed
use latest
1 parent 4db0691 commit 1fa3aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: conda-incubator/setup-miniconda@v3
2828
with:
29-
miniconda-version: "Miniconda3-py312_24.5.0-0-Linux-x86_64.sh"
29+
miniconda-version: "latest" # Miniconda3-py312_24.5.0-0-Linux-x86_64
3030
activate-environment: base
3131
environment-file: environment.yml
3232
python-version: "3.12"

0 commit comments

Comments
 (0)