Skip to content

Commit 2223c43

Browse files
authored
Merge pull request #272 from OpenFreeEnergy/maint/clean_up_ci
clean up CI env and workflow
2 parents 7661d0d + 8ef072e commit 2223c43

File tree

7 files changed

+24
-50
lines changed

7 files changed

+24
-50
lines changed

.binder/environment.yml

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

.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.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: full_tests
1+
name: CI
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.yaml
4545
cache-environment: true
4646
cache-downloads: true
4747
cache-environment-key: environment-${{ steps.date.outputs.date }}

.github/workflows/openfe-doc-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test openfe doc build
1+
name: Test OpenFE Docs Build
22

33
on:
44
workflow_dispatch:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

environment.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)