Skip to content

Commit 82107b3

Browse files
committed
cleaning up workflow
1 parent cef0451 commit 82107b3

4 files changed

Lines changed: 4 additions & 20 deletions

File tree

.binder/overrides.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.binder/postBuild

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: full_tests
1+
name: Full Tests
22

33
on:
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 }}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
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

0 commit comments

Comments
 (0)