Skip to content

Commit

Permalink
update python version and the CI branch to use
Browse files Browse the repository at this point in the history
  • Loading branch information
sravs-dev committed Dec 4, 2023
1 parent 3dc1c3f commit b6e2399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@sravs-dev:update_version
with:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: "3.8"
python-version: ["3.8","3.9"]

0 comments on commit b6e2399

Please sign in to comment.