Skip to content

Conversation

@standage
Copy link
Member

@standage standage commented Dec 2, 2025

Title says it all.

Comment on lines +9 to 11
branches:
- master
pull_request:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added pull_request recently, which resulted in duplicated builds. Now restricting push builds to the master branch.

Comment on lines -26 to +28
## devenv: set up a development environment
devenv:
conda install -y black==22.6.0 pytest pytest-cov
pip install -e .
## hooks: install development hooks
hooks:
echo "set -eo pipefail" > .git/hooks/pre-commit
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing some vestigial cruft.

run: |
python -m pip install --upgrade pip
pip install .
make devenv
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary, all handled by conda environment setup.

- defaults
dependencies:
- black==22.6.0
- black>=22.6
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the Python 3.13 compatibility update.

@standage standage merged commit 20edaa1 into master Dec 2, 2025
3 checks passed
@standage standage deleted the black branch December 2, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants