Skip to content

Commit 415c23b

Browse files
authored
Fix typo in CI config (#824)
1 parent f5e5bb4 commit 415c23b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/posix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
matrix:
1111
linux37:
1212
envFile: 'ci/environment-3.7.yaml'
13-
SKLARN_DEV: "no"
13+
SKLEARN_DEV: "no"
1414
linux38:
1515
envFile: 'ci/environment-3.8.yaml'
16-
SKLARN_DEV: "no"
16+
SKLEARN_DEV: "no"
1717
earliest:
1818
envFile: 'ci/environment-3.6.yaml'
19-
SKLARN_DEV: "no"
19+
SKLEARN_DEV: "no"
2020
sklearnDev:
2121
envFile: 'ci/environment-3.7.yaml'
2222
SKLEARN_DEV: "yes"

0 commit comments

Comments
 (0)