We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0df63c + 07772ed commit d5e4918Copy full SHA for d5e4918
.github/workflows/sub_package_update.yml
@@ -28,11 +28,6 @@ jobs:
28
branch: cruft/update
29
commit-message: "Automatic package template update"
30
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
36
37
steps:
38
- uses: actions/checkout@v4
@@ -42,7 +37,7 @@ jobs:
42
python-version: "3.11"
43
44
39
- name: Install Cruft
45
- run: python -m pip install cruft
40
+ run: python -m pip install git+https://github.com/Cadair/cruft@patch-p1
46
41
47
- name: Check if update is available
48
continue-on-error: false
chimerapy/chimera.py
@@ -1,5 +1,6 @@
1
""" """
2
3
+import glob
4
import sys
5
import glob
6
0 commit comments