Skip to content

Commit 87905f9

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

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
Python: ${{ matrix.python-version }}
1313
SQLAlchemy: ${{ matrix.sqla-version }}
1414
CrateDB: ${{ matrix.cratedb-version }}
15+
SA prerelease: ${{ matrix.pip-allow-prerelease }}
1516
"
1617
runs-on: ${{ matrix.os }}
1718
strategy:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
name: "
1616
Python: ${{ matrix.python-version }}
1717
SQLAlchemy: ${{ matrix.sqla-version }}
18+
SA prerelease: ${{ matrix.pip-allow-prerelease }}
1819
"
1920
runs-on: ${{ matrix.os }}
2021
strategy:

0 commit comments

Comments
 (0)