Skip to content

Commit

Permalink
Drop CUDA from tests (keep in dependencies for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Mar 3, 2024
1 parent 998959e commit f51ddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReinforcementLearningCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[targets]
test = ["CommonRLInterface", "CUDA", "cuDNN", "DomainSets", "Metal", "Preferences", "Test", "UUIDs"]
test = ["CommonRLInterface", "DomainSets", "Metal", "Preferences", "Test", "UUIDs"]

0 comments on commit f51ddb2

Please sign in to comment.