File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tests/case_utils/case_validate/uco_test_examples Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ name: Continuous Integration
1616
1717on :
1818 push :
19- branches :
19+ branches :
2020 - main
2121 - develop
22+ - support-*
2223 pull_request :
23- branches :
24+ branches :
2425 - main
2526 - develop
27+ - support-*
2628 release :
2729 types :
2830 - published
3537 runs-on : ubuntu-latest
3638 strategy :
3739 matrix :
38- python-version :
40+ python-version :
3941 - ' 3.9'
4042 - ' 3.12'
4143
5759 run : make clean
5860 - name : Run tests
5961 run : make PYTHON3=python check
60-
62+
6163 # Build the binary wheel as well as the source tar
6264 - name : Build Objects
6365 run : |
Original file line number Diff line number Diff line change 1414#
1515# We would appreciate acknowledgement if the software is used.
1616
17- __version__ = "0.14.0 "
17+ __version__ = "0.14.1 "
1818
1919from . import local_uuid # noqa: F401
Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ SHELL := /bin/bash
1818
1919top_srcdir := $(shell cd ../../../.. ; pwd)
2020
21- case_srcdir := $(top_srcdir ) /dependencies/CASE
22-
23- uco_srcdir := $(case_srcdir ) /dependencies/UCO
21+ uco_srcdir := $(top_srcdir ) /dependencies/CASE/dependencies/UCO
2422
2523examples_srcdir := $(uco_srcdir ) /tests/examples
2624
You can’t perform that action at this time.
0 commit comments