File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : full_tests
1+ name : Full Tests
22
33on :
44 push :
@@ -33,15 +33,15 @@ jobs:
3333 python-version : ["3.12"]
3434
3535 steps :
36- - uses : actions/checkout@v2.4.0
36+ - uses : actions/checkout@v4
3737
3838 - name : Get current date
3939 id : date
4040 run : echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
4141
42- - uses : mamba-org/setup-micromamba@v1
42+ - uses : mamba-org/setup-micromamba@v2
4343 with :
44- environment-file : .binder/ environment.yml
44+ environment-file : environment.yml
4545 cache-environment : true
4646 cache-downloads : true
4747 cache-environment-key : environment-${{ steps.date.outputs.date }}
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ channels:
33 - conda-forge
44dependencies :
55 - MDAnalysis
6- - click
76 - coverage
87 - ipywidgets
98 - lomap2
@@ -17,12 +16,10 @@ dependencies:
1716 - openmm
1817 - openmmtools>=0.23.0
1918 - pip
20- - plugcli
2119 - pymbar
2220 - pytest
2321 - pytest-cov
2422 - pytest-xdist
25- - pydantic
2623 - python
2724 - rdkit
2825 - typing_extensions
You can’t perform that action at this time.
0 commit comments