Skip to content

Commit 9ea781d

Browse files
committed
try simpler conda selectors
1 parent 5e51940 commit 9ea781d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/job.test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ parameters:
1111
activate: call activate base
1212
pythons:
1313
- name: ThreeSix
14-
spec: '>=3.6,<3.7.0a0'
14+
spec: '=3.6'
1515
lab: '>=2,<3.0.0a0'
1616
nodejs: '>=10,<11.0.0.a0'
1717
- name: ThreeSeven
18-
spec: '>=3.7,<3.8.0a0'
18+
spec: '=3.7'
1919
lab: '>=2,<3.0.0a0'
2020
nodejs: '>=12,<13.0.0a0'
2121
- name: ThreeEight
22-
spec: '>=3.8,<3.9.0a0'
22+
spec: '=3.8'
2323
lab: '>=2,<3.0.0a0'
2424
nodejs: '>=13,<14.0.0a0'
2525
js_cov_packages:

0 commit comments

Comments
 (0)