Skip to content

Commit 6ee67b2

Browse files
committed
CI: Add "SA prerelease" fragment to workflow job label
1 parent 8c05a10 commit 6ee67b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
nightly:
1111
name: "
12-
Python: ${{ matrix.python-version }}
12+
Python: ${{ matrix.python-version }} (prerelease: ${{ matrix.pip-allow-prerelease }})
1313
SQLAlchemy: ${{ matrix.sqla-version }}
1414
CrateDB: ${{ matrix.cratedb-version }}
1515
"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
test:
1515
name: "
16-
Python: ${{ matrix.python-version }}
16+
Python: ${{ matrix.python-version }} (prerelease: ${{ matrix.pip-allow-prerelease }})
1717
SQLAlchemy: ${{ matrix.sqla-version }}
1818
"
1919
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)