diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 75693a0..a106c2b 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -10,7 +10,7 @@ jobs: # This is mirrored in the release workflow. build_and_test: name: 'Build and Test' - uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@master + uses: skiedude/ci/.github/workflows/pack-build_and_test.yaml@python with: enable-common-libs: true #apt-cache-version: v0 diff --git a/CHANGES.md b/CHANGES.md index 5afd3f8..46b934a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.6 + +* Appease the github action runner for testing with pynose + ## 2.1.5 * Fix default for token_user parameter in get_user action so that empty parameter has expected behavior. diff --git a/pack.yaml b/pack.yaml index c40376e..fc7feb3 100644 --- a/pack.yaml +++ b/pack.yaml @@ -8,7 +8,7 @@ keywords: - git - scm - serverless -version: 2.1.5 +version: 2.1.6 python_versions: - "3" author : StackStorm, Inc.