Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Dec 9, 2024
1 parent 2596a6d commit 79f4c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ 'release/*' ]
tags: ['v*']
pull_request:
branches: ['master', 'release/*' ]
branches: [ 'release/*' ]
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion pymchelper/writers/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def write(self, estimator):
logger.error("Error: %s", e)
logger.error("Trying to save plot using different font")
# on some HPC system I get the error
# "findfont: Generic family 'sans-serif' not found because none of the following families were found: Arial"
# "findfont: Generic family 'sans-serif' not found ..."
# therefore I choose a different font
import matplotlib
matplotlib.use('Agg')
Expand Down

0 comments on commit 79f4c37

Please sign in to comment.