File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 # ..|########|..|########|..../####\....|########|.........................................................#
You can’t perform that action at this time.
0 commit comments