diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aac67ce176..446e304288 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -42,12 +42,14 @@ jobs: - name: Test with pytest run: | + pyenv global ${{ matrix.python-version }} export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }} export SCYLLA_VERSION='release:5.1' ./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/ - name: Test tablets run: | + pyenv global ${{ matrix.python-version }} export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }} export SCYLLA_VERSION='release:6.0.2' ./scripts/run_integration_test.sh tests/integration/experiments/