Skip to content

Commit

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

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

0 comments on commit bb22aa2

Please sign in to comment.