Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .binder/environment.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .binder/overrides.json

This file was deleted.

5 changes: 0 additions & 5 deletions .binder/postBuild

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/CI.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: full_tests
name: CI

on:
push:
Expand Down Expand Up @@ -33,15 +33,15 @@ jobs:
python-version: ["3.12"]

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4

- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: .binder/environment.yml
environment-file: environment.yaml
cache-environment: true
cache-downloads: true
cache-environment-key: environment-${{ steps.date.outputs.date }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openfe-doc-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test openfe doc build
name: Test OpenFE Docs Build

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Logo](https://img.shields.io/badge/OSMF-OpenFreeEnergy-%23002f4a)](https://openfree.energy/)
[![full_tests](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml/badge.svg)](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml)
[![CI](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/ci.yaml/badge.svg)](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/CI.yml)
[![Docs](https://github.com/OpenFreeEnergy/ExampleNotebooks/actions/workflows/openfe-doc-build.yaml/badge.svg)](https://docs.openfree.energy/en/stable/?badge=stable)
[![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)
[![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)

Expand Down
17 changes: 17 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: openfe-notebooks
channels:
- conda-forge
dependencies:
- coverage
- ipywidgets
- lxml
- nbval
- nglview
- notebook
- pip
- pytest
- pytest-cov
- pytest-xdist
- python
- gufe >=1.7.0, <1.8.0
- openfe==1.8.0