We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c05a10 commit 87905f9Copy full SHA for 87905f9
2 files changed
.github/workflows/nightly.yml
@@ -12,6 +12,7 @@ jobs:
12
Python: ${{ matrix.python-version }}
13
SQLAlchemy: ${{ matrix.sqla-version }}
14
CrateDB: ${{ matrix.cratedb-version }}
15
+ SA prerelease: ${{ matrix.pip-allow-prerelease }}
16
"
17
runs-on: ${{ matrix.os }}
18
strategy:
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ jobs:
name: "
19
20
21
0 commit comments