Skip to content

Commit

Permalink
unify tests, skip numba on modern python
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 14, 2024
1 parent 1f658d5 commit e9c7634
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
numba: [true, false]
exclude:
- python-version: "3.11"
numba: true
- python-version: "3.12"
numba: true
fail-fast: false

steps:
Expand All @@ -26,7 +31,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }} pip
--file requirements.txt
--file tests/requirements.txt
--file requirements-dev.txt
--channel conda-forge
- name: Install ioos_qc
Expand Down
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
bokeh
dask
erddapy
flake8
isort
nco
numba<0.57
pytest
pytest-flake8>=1.0.4
pytest-flake8>=1.0.4 # https://github.com/tholo/pytest-flake8/pull/59
6 changes: 0 additions & 6 deletions tests/requirements.txt

This file was deleted.

0 comments on commit e9c7634

Please sign in to comment.