Commit faba864 1 parent 98854dd commit faba864 Copy full SHA for faba864
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name : XmsInterp-6.0
1
+ name : XmsInterp-6
2
2
3
3
on : [push, pull_request]
4
4
52
52
env :
53
53
# Library Variables
54
54
LIBRARY_NAME : xmsinterp
55
- XMS_VERSION : 6.1 .0
55
+ XMS_VERSION : 6.0 .0
56
56
# Conan Variables
57
- CONAN_REFERENCE : xmsinterp/6.1 .0
57
+ CONAN_REFERENCE : xmsinterp/6.0 .0
58
58
CONAN_ARCHS : x86_64
59
59
CONAN_USERNAME : aquaveo
60
60
CONAN_CHANNEL : testing
@@ -165,15 +165,15 @@ jobs:
165
165
matrix :
166
166
platform : [ubuntu-18.04]
167
167
python-version : ['3.10']
168
- compiler-version : [6, 7]
168
+ compiler-version : [7]
169
169
build_type : [Release, Debug]
170
170
171
171
env :
172
172
# Library Variables
173
173
LIBRARY_NAME : xmsinterp
174
- XMS_VERSION : 6.1 .0
174
+ XMS_VERSION : 6.0 .0
175
175
# Conan Variables
176
- CONAN_REFERENCE : xmsinterp/6.1 .0
176
+ CONAN_REFERENCE : xmsinterp/6.0 .0
177
177
CONAN_ARCHS : x86_64
178
178
CONAN_USERNAME : aquaveo
179
179
CONAN_CHANNEL : testing
@@ -300,9 +300,9 @@ jobs:
300
300
MATRIX_NAME : ${{ matrix.platform }}-VS${{ matrix.compiler-version }}-${{ matrix.build_type }}
301
301
# Library Variables
302
302
LIBRARY_NAME : xmsinterp
303
- XMS_VERSION : 6.1 .0
303
+ XMS_VERSION : 6.0 .0
304
304
# Conan Variables
305
- CONAN_REFERENCE : xmsinterp/6.1 .0
305
+ CONAN_REFERENCE : xmsinterp/6.0 .0
306
306
CONAN_ARCHS : x86_64
307
307
CONAN_USERNAME : aquaveo
308
308
CONAN_CHANNEL : testing
Original file line number Diff line number Diff line change 3
3
from .api .interpolator import interpolate_to_grid # NOQA: F401
4
4
from .api .interpolator import interpolate_to_points # NOQA: F401
5
5
6
- __version__ = '6.1.3 '
6
+ __version__ = '6.1.4 '
You can’t perform that action at this time.
0 commit comments