Skip to content

Commit

Permalink
[CI] added p3.9 and test fix for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Mar 1, 2024
1 parent efdbf93 commit 46f3033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python: ["3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
dask: [true, false]
include:
- os: "macos-latest"
Expand Down Expand Up @@ -62,8 +62,6 @@ jobs:
- run: "python -mpip freeze"
- run: "pytest --version"
if: "(matrix.os == 'ubuntu-latest') && (matrix.python == '3.11' )"
- name: Clear Python cache
run: find . -name '__pycache__' -o -name '*.pyc' | xargs --no-run-if-empty rm -rf
- name: "Run tests with Dask"
if: matrix.dask
run: "pytest tests/"
Expand Down

0 comments on commit 46f3033

Please sign in to comment.