diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 61de436..f949262 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,13 +16,15 @@ name: Continuous Integration on: push: - branches: + branches: - main - develop + - support-* pull_request: - branches: + branches: - main - develop + - support-* release: types: - published @@ -35,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: + python-version: - '3.9' - '3.12' @@ -57,7 +59,7 @@ jobs: run: make clean - name: Run tests run: make PYTHON3=python check - + # Build the binary wheel as well as the source tar - name: Build Objects run: | diff --git a/case_utils/__init__.py b/case_utils/__init__.py index 1421b3e..27a73ff 100644 --- a/case_utils/__init__.py +++ b/case_utils/__init__.py @@ -14,6 +14,6 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.14.0" +__version__ = "0.14.1" from . import local_uuid # noqa: F401 diff --git a/tests/case_utils/case_validate/uco_test_examples/Makefile b/tests/case_utils/case_validate/uco_test_examples/Makefile index 58bbdc8..a76efa4 100644 --- a/tests/case_utils/case_validate/uco_test_examples/Makefile +++ b/tests/case_utils/case_validate/uco_test_examples/Makefile @@ -18,9 +18,7 @@ SHELL := /bin/bash top_srcdir := $(shell cd ../../../.. ; pwd) -case_srcdir := $(top_srcdir)/dependencies/CASE - -uco_srcdir := $(case_srcdir)/dependencies/UCO +uco_srcdir := $(top_srcdir)/dependencies/CASE/dependencies/UCO examples_srcdir := $(uco_srcdir)/tests/examples