Skip to content

Commit

Permalink
Resolve "The latest documentation still describes the legacy max scal…
Browse files Browse the repository at this point in the history
…ing factor" (#61)
  • Loading branch information
btschwertfeger authored Feb 1, 2024
1 parent 1f513a8 commit de39739
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- "**"
schedule:
- cron: "20 4 * * 0"
- cron: "20 16 * * 0"
release:
types: [created]

Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/codeql.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ changelog:
##
.PHONY: clean
clean:
rm -rf .pytest_cache .cache \
rm -rf .mypy_cache .pytest_cache .cache \
build/ dist/ python_cmethods.egg-info \
docs/_build \
examples/.ipynb_checkpoints .ipynb_checkpoints \
.mypy_cache .pytest_cache
doc/_build

rm -f .coverage cmethods/_version.py

Expand Down
Loading

0 comments on commit de39739

Please sign in to comment.