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
5 changes: 4 additions & 1 deletion .github/workflows/test-ipynb.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Testing Jupyter Notebooks

on:
workflow_dispatch:
push:
branches:
- "**"
pull_request:
branches:
- "**"
workflow_dispatch:

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down