Skip to content

Commit a6a49c3

Browse files
committed
cicd: make SCYLLA_VERSION consistant
1 parent 9b46f1d commit a6a49c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
name: test ${{ matrix.event_loop_manager }} (${{ matrix.python-version }})
2424
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
2525
runs-on: ubuntu-24.04
26+
env:
27+
SCYLLA_VERSION: release:2025.2
2628
strategy:
2729
fail-fast: false
2830
matrix:
@@ -61,13 +63,11 @@ jobs:
6163
# Not strictly necessary for running tests.
6264
- name: Download Scylla
6365
run: |
64-
export SCYLLA_VERSION='release:6.2'
6566
uv run ccm create scylla-driver-temp -n 1 --scylla --version ${SCYLLA_VERSION}
6667
uv run ccm remove
6768
6869
- name: Test with pytest
6970
run: |
7071
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
71-
export SCYLLA_VERSION='release:2025.2'
7272
export PROTOCOL_VERSION=4
7373
uv run pytest tests/integration/standard/ tests/integration/cqlengine/

0 commit comments

Comments
 (0)