Skip to content

Commit b90b49d

Browse files
committed
Update CI
1 parent 7a99e4b commit b90b49d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/CI.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ jobs:
1919

2020
steps:
2121
- name: Check out
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Create a conda environment
25-
uses: conda-incubator/setup-miniconda@v2
25+
uses: conda-incubator/setup-miniconda@v3
2626
with:
2727
activate-environment: torchmd-net
2828
environment-file: environment.yml
29-
miniforge-variant: Mambaforge
30-
use-mamba: true
3129

3230
- name: Install the package
3331
run: pip -vv install .
@@ -47,4 +45,3 @@ jobs:
4745

4846
- name: Test torchmd-train utility
4947
run: torchmd-train --help
50-

0 commit comments

Comments
 (0)