Skip to content

Commit

Permalink
Significant cleanup x 11.
Browse files Browse the repository at this point in the history
This commit is the next in a commit chain quietly resurrecting BETSE
for a modern audience and the modern Python ecosystem. Specifically,
this commit begins resolving failing GitHub Actions-based continuous
integration (CI) workflows. BETSE 1.4.0 is now still days from official
release, supposedly. (*Hog the bog!*)
  • Loading branch information
leycec committed Sep 22, 2024
1 parent 323d600 commit a2f426c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
# the "[tox]" subsection in "tox.ini") to be tested, which the
# ${TOXENV} environment variable declared below exposes to "tox".
tox-env:
- py39-coverage
- py310-coverage
- py311-coverage
- py312-coverage
Expand Down
2 changes: 2 additions & 0 deletions betse/util/py/module/pymodname.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
initial_mapping={
'Numpy': 'numpy',
'Pillow': 'PIL',
'pillow': 'PIL',
'PyYAML': 'yaml',
'pyyaml': 'yaml',
'SciPy': 'scipy',
}
)
Expand Down

0 comments on commit a2f426c

Please sign in to comment.