Skip to content

Commit

Permalink
update pixi.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Dec 14, 2024
1 parent 10e8c8e commit 2ad1e6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bencher/example/example_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def __call__(self, **kwargs):
# publish from report
bench = SimpleFloat().to_bench()
bench.plot_sweep()
bench.report.publish_gh_pages(
github_user="blooop", repo_name="reports", folder_name="r5"
)
bench.report.publish_gh_pages(github_user="blooop", repo_name="reports", folder_name="r5")
# TODO DON'T OVERWRITE ^ EXAMPLE WHEN RUNNING CODE BELOW

# publish from benchrunner
Expand Down

0 comments on commit 2ad1e6a

Please sign in to comment.