Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chunking bug with compound dtypes #1146

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
add inputs to dev tests workflow dispatch
  • Loading branch information
pauladkisson authored Nov 22, 2024
commit ff479cb3c5e29998b5ccd0d82d1ceda5703d760d
5 changes: 5 additions & 0 deletions .github/workflows/dev-testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Dev Branch Testing
on:
workflow_dispatch:
inputs:
python-versions:
description: 'List of Python versions to use in matrix, as JSON string'
required: true
type: string
workflow_call:
inputs:
python-versions:
Expand Down
Loading