File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -18,29 +18,10 @@ parameters:
18
18
- name : minor
19
19
type : object
20
20
default :
21
- - 8
22
- - 9
23
- - 10
24
21
- 11
25
22
26
23
jobs :
27
24
- ${{ each minor in parameters.minor }} :
28
- - template : conda-build.yml@templates
29
- parameters :
30
- name : Linux
31
- vmImage : ' ubuntu-18.04'
32
- py_maj : 3
33
- py_min : ${{minor}}
34
- conda_bld : 3.21.6
35
-
36
- - template : conda-build.yml@templates
37
- parameters :
38
- name : macOS
39
- vmImage : ' macOS-10.15'
40
- py_maj : 3
41
- py_min : ${{minor}}
42
- conda_bld : 3.21.6
43
-
44
25
- template : conda-build.yml@templates
45
26
parameters :
46
27
name : Windows
Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ source:
6
6
path : ..
7
7
8
8
build :
9
- string : {{ 'py'+environ.get('PYTHON_VERSION')}}
9
+ noarch : python
10
10
script : python setup.py install --single-version-externally-managed --record=record.txt
11
11
12
12
requirements :
13
13
build :
14
- - python {{ environ.get('PYTHON_VERSION') }}
14
+ - python >=3.8
15
15
- setuptools
16
16
run :
17
- - python {{ environ.get('PYTHON_VERSION') }}
18
- - ocp 7.7.*
17
+ - python >=3.8
18
+ - ocp 7.7.0
19
+ - occt 7.7.0
19
20
- pyparsing >=2.1.9
20
21
- ezdxf
21
22
- ipython
You can’t perform that action at this time.
0 commit comments