Skip to content

(improvement) (python code path only): cache namedtuple class in named_tuple_factory to avoid … (3.x to 100x improvement when cache is used - us improvements!) #834

(improvement) (python code path only): cache namedtuple class in named_tuple_factory to avoid … (3.x to 100x improvement when cache is used - us improvements!)

(improvement) (python code path only): cache namedtuple class in named_tuple_factory to avoid … (3.x to 100x improvement when cache is used - us improvements!) #834

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@25e56fb70105cb64f27bfbbf559ed33650219e59'. 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