Skip to content

(improvement) cqltypes: cache apply_parameters for parameterized types #32

(improvement) cqltypes: cache apply_parameters for parameterized types

(improvement) cqltypes: cache apply_parameters for parameterized types #32

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 'mykaul/python-driver/.github/workflows/lib-build-and-push.yml@003280cd497051f18bd67acc1373858fbf8b0cce'. 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