Skip to content

Commit

Permalink
Added giles configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 10, 2023
1 parent 5c07e7f commit 0d53ea0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,3 @@ workflows:
branches:
only:
- main

notify:
webhooks:
- url: https://giles.cadair.dev/circleci
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[build-system]
requires = ["setuptools",
"setuptools_scm",
"wheel"]
build-backend = 'setuptools.build_meta'

[tool.gilesbot]
[tool.gilesbot.circleci_artifacts]
enabled = true

[tool.gilesbot.circleci_artifacts.figure_report]
url = "results/fig_comparison.html"
message = "Click details to see the image test comparisons, for py311-test-visual"
report_on_fail = true

0 comments on commit 0d53ea0

Please sign in to comment.