Skip to content

Commit

Permalink
Merge branch 'main' into 2553-bug-a-flaw-in-is_boolean_type-causes-_c…
Browse files Browse the repository at this point in the history
…onform_primitive_property-to-coerce-non-boolean-fields-to-boolean
  • Loading branch information
edgarrmondragon authored Oct 16, 2024
2 parents 34d312d + 48fc646 commit afd25b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Run Nox
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy }}
PIP_PRE: "1"
UV_PRERELEASE: allow
run: |
nox --verbose
Expand Down Expand Up @@ -134,6 +136,9 @@ jobs:
nox --version
- name: Run Nox
env:
PIP_PRE: "1"
UV_PRERELEASE: allow
run: |
nox -- -m "external"
Expand Down

0 comments on commit afd25b0

Please sign in to comment.