Skip to content

tests: fix load balancing policy tests for Scylla Raft topology #838

tests: fix load balancing policy tests for Scylla Raft topology

tests: fix load balancing policy tests for Scylla Raft topology #838

Workflow file for this run

name: Test wheels building
on:
pull_request:
branches:
- master
paths-ignore:
- docs/*
- examples/*
- .gitignore
- '*.rst'
- '*.ini'
- LICENSE
- .github/dependabot.yml
- .github/pull_request_template.md
jobs:
test-wheels-build:

Check failure on line 18 in .github/workflows/build-test.yml

View workflow run for this annotation

GitHub Actions / Test wheels building

Invalid workflow file

The workflow is not valid. .github/workflows/build-test.yml (Line: 18, Col: 3): Error calling workflow 'scylladb/python-driver/.github/workflows/lib-build-and-push.yml@7ea82ce9527df55c126850a52bb23679ac6b913e'. The nested job 'upload_pypi' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Test wheels building"
if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')"
uses: ./.github/workflows/lib-build-and-push.yml
with:
upload: false