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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : full_tests
1+ name : CI
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.yaml
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 1- name : Test openfe doc build
1+ name : Test OpenFE Docs Build
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change 11[ ![ Logo] ( https://img.shields.io/badge/OSMF-OpenFreeEnergy-%23002f4a )] ( https://openfree.energy/ )
2- [ ![ full_tests] ( https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml/badge.svg )] ( https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml )
2+ [ ![ CI] ( https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml )
3+ [ ![ Docs] ( https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/openfe-doc-build.yaml/badge.svg )] ( https://docs.openfree.energy/en/stable/?badge=stable )
34[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/OpenFreeEnergy/ExampleNotebooks/master.svg )] ( https://results.pre-commit.ci/latest/github/OpenFreeEnergy/ExampleNotebooks/main )
45[ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/OpenFreeEnergy/ExampleNotebooks/blob/main/showcase/openfe_showcase.ipynb )
56
Original file line number Diff line number Diff line change 1+ name : openfe-notebooks
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - coverage
6+ - ipywidgets
7+ - lxml
8+ - nbval
9+ - nglview
10+ - notebook
11+ - pip
12+ - pytest
13+ - pytest-cov
14+ - pytest-xdist
15+ - python
16+ - gufe >=1.7.0, <1.8.0
17+ - openfe==1.8.0
You can’t perform that action at this time.
0 commit comments