Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
remove deps & clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 22, 2020
1 parent 96b0d7d commit 067a3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
authors = ["Simon Danisch", "Julius Krumbiegel"]
name = "AbstractPlotting"
uuid = "537997a7-5e4e-5d89-9595-2241ea00577e"
authors = ["Simon Danisch", "Julius Krumbiegel"]
version = "0.13.0"

[deps]
Expand Down Expand Up @@ -35,7 +35,6 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
SignedDistanceFields = "73760f76-fbc4-59ce-8f25-708e95d2df96"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Expand Down
5 changes: 3 additions & 2 deletions test/reference_tests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Pkg.develop(path="./ReferenceTests")
Pkg.develop(path=joinpath(@__DIR__, "ReferenceTests"))

using ReferenceTests

ReferenceTests.run_tests()
ReferenceTests.record_tests()
# needs GITHUB_TOKEN to be set:
# ReferenceTests.upload_reference_images()
# Needs a backend to actually have something recoreded:
Expand Down

4 comments on commit 067a3c5

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.13.0 already exists and points to a different commit"

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/23439

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.0 -m "<description of version>" 067a3c5283f7c07b471510d9f9adc3d5dbd7189a
git push origin v0.13.0

Please sign in to comment.