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: 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: 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',