Skip to content

Commit

Permalink
Merge pull request #34 from samaloney/cruft-update
Browse files Browse the repository at this point in the history
Update cruft update
  • Loading branch information
samaloney authored Aug 21, 2024
2 parents 910d3c4 + 33a2321 commit 07772ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sub_package_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
branch: cruft/update
commit-message: "Automatic package template update"
title: Updates from the package template
- add-paths: .cruft.json
body: reject these changes for this repo.
branch: cruft/reject
commit-message: "Reject this package template update"
title: Reject new updates from package template

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +37,7 @@ jobs:
python-version: "3.11"

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

- name: Check if update is available
continue-on-error: false
Expand Down
5 changes: 1 addition & 4 deletions chimerapy/chimera.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""
"""

""" """

import glob
import sys
Expand Down

0 comments on commit 07772ed

Please sign in to comment.