Skip to content

Commit c094ae1

Browse files
committed
Remove unused new sqlalchemy test, add test for perspective <3
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 5e37bd4 commit c094ae1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,9 @@ jobs:
670670
python-version:
671671
- 3.9
672672
package:
673-
- "sqlalchemy>=2"
674673
- "sqlalchemy<2"
675674
- "numpy==1.19.5"
675+
- "perspective-python<3"
676676

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

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

718+
- name: Python Test Steps
719+
run: make test TEST_ARGS="-k Perspective"
720+
if: ${{ contains( 'perspective', matrix.package )}}
721+
718722
###########################################################################################################
719723
#.........................................................................................................#
720724
#..|########|..|########|..../####\....|########|.........................................................#

0 commit comments

Comments
 (0)