Skip to content

Commit 3e5398d

Browse files
committed
Disable julia pre
1 parent 59646eb commit 3e5398d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.12'
27-
- 'pre'
27+
#- 'pre'
2828
os:
2929
- ubuntu-latest
3030
arch:

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2525
BenchmarkTools = "1"
2626
CSV = "0.10"
2727
BSON = "0.3"
28+
CUDA = "5.9.2"
2829
CairoMakie = "0.15"
2930
DecisionTree = "0.12"
3031
DataFrames = "1"

0 commit comments

Comments
 (0)