Skip to content

Commit

Permalink
SOF-7449: re-enable python tests for v3.12 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Jan 23, 2025
1 parent 4cb1908 commit 082a42f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.9.x
- 3.10.x
- 3.11.x
# Re-enable after fixing the below:
# AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
# https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean
# The python env in `actions` has to have an updated pip version
# - 3.12.x
# - 3.13.x
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- name: Checkout this repository
Expand All @@ -59,12 +55,14 @@ jobs:
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: feat/SOF-7449
path: actions

- name: Run python tests
uses: ./actions/py/test
with:
python-version: ${{ matrix.python-version }}
ensurepip: true
unit-test-directory: ./tests/py

run-js-tests:
Expand Down

0 comments on commit 082a42f

Please sign in to comment.