Skip to content

Commit

Permalink
Try to fix tests by moving Artifacts.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher committed Sep 28, 2023
1 parent 2c136fe commit 6e56c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ julia = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "LazyArtifacts", "Scratch", "Test"]
test = ["Aqua", "Artifacts", "Scratch", "Test"]
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using MPIFiles
using SphericalHarmonicExpansions
using Test
using Aqua
using LazyArtifacts
using Artifacts
using Scratch

const datadir = artifact"testData"
Expand Down

0 comments on commit 6e56c14

Please sign in to comment.