@@ -3,9 +3,9 @@ name: XmsInterp-6
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- # ----------------------------------------------------------------------------------------------
7
- # FLAKE
8
- # ----------------------------------------------------------------------------------------------
6
+ # ----------------------------------------------------------------------------------------------
7
+ # FLAKE
8
+ # ----------------------------------------------------------------------------------------------
9
9
flake :
10
10
name : Flake Project
11
11
runs-on : ${{ matrix.platform }}
@@ -35,17 +35,17 @@ jobs:
35
35
run : |
36
36
flake8 --exclude .tox,.git,__pycache__,_package/tests/files/*,pydocs/source/conf.py,build,dist,tests/fixtures/*,*.pyc,*.egg-info,.cache,.eggs --ignore=D200,D212 --max-line-length=120 --docstring-convention google --isolated --import-order-style=appnexus --application-import-names=xms.interp --application-package-names=xms --count --statistics _package
37
37
38
- # ----------------------------------------------------------------------------------------------
39
- # MAC
40
- # ----------------------------------------------------------------------------------------------
38
+ # ----------------------------------------------------------------------------------------------
39
+ # MAC
40
+ # ----------------------------------------------------------------------------------------------
41
41
mac :
42
42
name : Clang-14.0 (${{ matrix.build_type }}, ${{ matrix.python-version }}, Macos)
43
43
runs-on : ${{ matrix.platform }}
44
44
45
45
strategy :
46
46
fail-fast : false
47
47
matrix :
48
- platform : [macos-latest ]
48
+ platform : [macos-13 ]
49
49
python-version : ['3.10']
50
50
build_type : [Release, Debug]
51
51
73
73
RELEASE_PYTHON : ' False'
74
74
75
75
steps :
76
+ # Get Correct Version of Xcode
77
+ - uses : maxim-lobanov/setup-xcode@v1
78
+ with :
79
+ xcode-version : 14.3.1
76
80
# Checkout Sources
77
81
- name : Checkout Source
78
82
uses : actions/checkout@v2
@@ -148,9 +152,9 @@ jobs:
148
152
asset_content_type : application/zip
149
153
if : startsWith(github.ref, 'refs/tags/')
150
154
151
- # ----------------------------------------------------------------------------------------------
152
- # LINUX
153
- # ----------------------------------------------------------------------------------------------
155
+ # ----------------------------------------------------------------------------------------------
156
+ # LINUX
157
+ # ----------------------------------------------------------------------------------------------
154
158
linux :
155
159
name : GCC-${{ matrix.compiler-version }} (${{ matrix.build_type }}, ${{ matrix.python-version }}, Linux)
156
160
runs-on : ${{ matrix.platform }}
@@ -202,7 +206,7 @@ jobs:
202
206
- name : Install Python Dependencies
203
207
run : |
204
208
python -m pip install --upgrade pip
205
- pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
209
+ pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
206
210
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
207
211
# Login to Aquaveo Docker
208
212
- name : Login to Aquaveo Docker
@@ -276,9 +280,9 @@ jobs:
276
280
asset_content_type : application/zip
277
281
if : startsWith(github.ref, 'refs/tags/')
278
282
279
- # ----------------------------------------------------------------------------------------------
280
- # WINDOWS
281
- # ----------------------------------------------------------------------------------------------
283
+ # ----------------------------------------------------------------------------------------------
284
+ # WINDOWS
285
+ # ----------------------------------------------------------------------------------------------
282
286
windows :
283
287
name : Visual Studio ${{ matrix.compiler-version }} (${{ matrix.build_type }}, ${{ matrix.python-version }}, Windows)
284
288
runs-on : ${{ matrix.platform }}
@@ -328,7 +332,7 @@ jobs:
328
332
- name : Install Python Dependencies
329
333
run : |
330
334
python -m pip install --upgrade pip
331
- pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
335
+ pip install pyYAML==5.3.1 conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0
332
336
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1.0.4,<2"
333
337
# Setup Visual Studio
334
338
- name : Setup Visual Studio
0 commit comments