Skip to content

Commit d5e4918

Browse files
authored
Merge branch 'main' into docs-example-gallery
2 parents f0df63c + 07772ed commit d5e4918

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/sub_package_update.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
branch: cruft/update
2929
commit-message: "Automatic package template update"
3030
title: Updates from the package template
31-
- add-paths: .cruft.json
32-
body: reject these changes for this repo.
33-
branch: cruft/reject
34-
commit-message: "Reject this package template update"
35-
title: Reject new updates from package template
3631

3732
steps:
3833
- uses: actions/checkout@v4
@@ -42,7 +37,7 @@ jobs:
4237
python-version: "3.11"
4338

4439
- name: Install Cruft
45-
run: python -m pip install cruft
40+
run: python -m pip install git+https://github.com/Cadair/cruft@patch-p1
4641

4742
- name: Check if update is available
4843
continue-on-error: false

chimerapy/chimera.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
""" """
22

3+
import glob
34
import sys
45
import glob
56

0 commit comments

Comments
 (0)