Skip to content

Commit

Permalink
ci: Install dependency prereleases in CI (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 16, 2024
1 parent 2fff229 commit 48fc646
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 48fc646

Please sign in to comment.