diff --git a/.github/workflows/quick-ci.yml b/.github/workflows/quick-ci.yml index 2372f2ad55e..a3eb5dca43c 100644 --- a/.github/workflows/quick-ci.yml +++ b/.github/workflows/quick-ci.yml @@ -63,4 +63,4 @@ jobs: run: pip install vermin==1.6.0 - name: Verify minimum version support - run: vermin -t=3.8 --no-tips --eval-annotations --violations py/server/deephaven py/client py/client-ticking py/embedded-server + run: vermin -t=3.8 --no-tips --eval-annotations --violations --feature fstring-self-doc --feature union-types py/server/deephaven py/client py/client-ticking py/embedded-server