From a247be8672092efd7d1e5d21962cee65b9d314b3 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Mon, 28 Oct 2024 22:10:07 +0100 Subject: [PATCH 1/3] Bump cryspy from beta to 0.7.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f5ca68d..9b50e01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = '>=3.9,<3.13' dependencies = [ - 'cryspy @ git+https://github.com/EasyScience/cryspy.git@beta', + 'cryspy>=0.7.7', 'EasyScience @ git+https://github.com/EasyScience/EasyScience.git@free-params', 'easycrystallography @ git+https://github.com/EasyScience/EasyCrystallography.git@adp_cif_naming', 'pycifrw>=4.4.1', From 16934dc4079014243781b2c65578eb8ddb2d3005 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Mon, 28 Oct 2024 22:32:22 +0100 Subject: [PATCH 2/3] Re-enable test ipynb on pushes --- .github/workflows/test-ipynb.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ipynb.yml b/.github/workflows/test-ipynb.yml index 82040348..3a16efe5 100644 --- a/.github/workflows/test-ipynb.yml +++ b/.github/workflows/test-ipynb.yml @@ -1,10 +1,13 @@ name: Testing Jupyter Notebooks on: - workflow_dispatch: + push: + branches: + - "**" pull_request: branches: - "**" + workflow_dispatch: jobs: test: From 165da111c1625dbac00988a509c3fb3dd132ca1c Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Mon, 28 Oct 2024 22:33:55 +0100 Subject: [PATCH 3/3] Rename `verify PR labels` workflow file and update its description --- .../workflows/{verify_pr_labels.yml => verify-pr-labels.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{verify_pr_labels.yml => verify-pr-labels.yml} (82%) diff --git a/.github/workflows/verify_pr_labels.yml b/.github/workflows/verify-pr-labels.yml similarity index 82% rename from .github/workflows/verify_pr_labels.yml rename to .github/workflows/verify-pr-labels.yml index cbd9497c..a66bf9ca 100644 --- a/.github/workflows/verify_pr_labels.yml +++ b/.github/workflows/verify-pr-labels.yml @@ -1,6 +1,5 @@ -# This workflow will be verify that all PRs have at -# least on the label: 'bugs', 'enhancement' before -# they can be merged. +# This action will verify if a pull request has at least one +# label from a set of valid labels before it can be merged. name: Verify PR labels on: