Skip to content

Commit faba864

Browse files
bdolinarwdolinar
authored andcommitted
Changed to gcc 7 builds.
1 parent 98854dd commit faba864

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/XmsInterp-CI.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: XmsInterp-6.0
1+
name: XmsInterp-6
22

33
on: [push, pull_request]
44

@@ -52,9 +52,9 @@ jobs:
5252
env:
5353
# Library Variables
5454
LIBRARY_NAME: xmsinterp
55-
XMS_VERSION: 6.1.0
55+
XMS_VERSION: 6.0.0
5656
# Conan Variables
57-
CONAN_REFERENCE: xmsinterp/6.1.0
57+
CONAN_REFERENCE: xmsinterp/6.0.0
5858
CONAN_ARCHS: x86_64
5959
CONAN_USERNAME: aquaveo
6060
CONAN_CHANNEL: testing
@@ -165,15 +165,15 @@ jobs:
165165
matrix:
166166
platform: [ubuntu-18.04]
167167
python-version: ['3.10']
168-
compiler-version: [6, 7]
168+
compiler-version: [7]
169169
build_type: [Release, Debug]
170170

171171
env:
172172
# Library Variables
173173
LIBRARY_NAME: xmsinterp
174-
XMS_VERSION: 6.1.0
174+
XMS_VERSION: 6.0.0
175175
# Conan Variables
176-
CONAN_REFERENCE: xmsinterp/6.1.0
176+
CONAN_REFERENCE: xmsinterp/6.0.0
177177
CONAN_ARCHS: x86_64
178178
CONAN_USERNAME: aquaveo
179179
CONAN_CHANNEL: testing
@@ -300,9 +300,9 @@ jobs:
300300
MATRIX_NAME: ${{ matrix.platform }}-VS${{ matrix.compiler-version }}-${{ matrix.build_type }}
301301
# Library Variables
302302
LIBRARY_NAME: xmsinterp
303-
XMS_VERSION: 6.1.0
303+
XMS_VERSION: 6.0.0
304304
# Conan Variables
305-
CONAN_REFERENCE: xmsinterp/6.1.0
305+
CONAN_REFERENCE: xmsinterp/6.0.0
306306
CONAN_ARCHS: x86_64
307307
CONAN_USERNAME: aquaveo
308308
CONAN_CHANNEL: testing

_package/xms/interp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .api.interpolator import interpolate_to_grid # NOQA: F401
44
from .api.interpolator import interpolate_to_points # NOQA: F401
55

6-
__version__ = '6.1.3'
6+
__version__ = '6.1.4'

0 commit comments

Comments
 (0)