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 2c411b4
Showing 1 changed file with 5 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<2"

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

0 comments on commit 2c411b4

Please sign in to comment.