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