Skip to content

Commit

Permalink
Remove unused new sqlalchemy test, add test for perspective <3
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed Nov 15, 2024
1 parent 5e37bd4 commit eed63eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,9 @@ jobs:
python-version:
- 3.9
package:
- "sqlalchemy>=2"
- "sqlalchemy<2"
- "numpy==1.19.5"
- "perspective-python<3"

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -715,6 +715,10 @@ jobs:
run: make test
if: ${{ contains( 'numpy', matrix.package )}}

- name: Python Test Steps
run: make test TEST_ARGS="-k Perspective"
if: ${{ contains( 'perspective', matrix.package )}}

###########################################################################################################
#.........................................................................................................#
#..|########|..|########|..../####\....|########|.........................................................#
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ develop = [
# adapters
"httpx>=0.20,<1", # kafka
"perspective-python>=2", # perspective
"ipywidgets", # perspective
"polars", # parquet
"psutil", # test_engine/test_history
"sqlalchemy", # db
Expand Down

0 comments on commit eed63eb

Please sign in to comment.