Skip to content

Commit

Permalink
Tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Feb 16, 2024
1 parent 731a0d1 commit 37dd8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
import subprocess
subprocess.run(
"echo \"c.InlineBackend.figure_format = 'svg'\" >> ~/.ipython/profile_default/ipython_kernel_config.py",
shell=False
shell=True
)
files = """${{ steps.all-changed-files.outputs.all_changed_files }}"""
args = ["tox", "--"] + files.split("\n") + ["--write"]
Expand Down

0 comments on commit 37dd8ed

Please sign in to comment.