Skip to content

Commit 043b5c6

Browse files
committed
Apache Superset: Improve probing including pre-release versions
1 parent fb23b3a commit 043b5c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/application-apache-superset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ ubuntu-22.04 ]
43-
superset-version: [ "3.*", "4.*" ]
43+
superset-version: [ "==3.*", "==4.*", "==5.*" ]
4444
python-version: [ "3.9", "3.11" ]
4545
cratedb-version: [ 'nightly' ]
4646

@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Install Apache Superset ${{ matrix.superset-version }}
7777
run: |
78-
pip install 'apache-superset==${{ matrix.superset-version }}'
78+
pip install --pre 'apache-superset${{ matrix.superset-version }}'
7979
8080
- name: Validate application/apache-superset
8181
run: |

0 commit comments

Comments
 (0)