8000 Add compatibility tables to rendered specification by kgryte · Pull Request #607 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add compatibility tables to rendered specification #607

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Use Node.js image variant
  • Loading branch information
kgryte committed Mar 6, 2023
commit 79b92553e053ebcfbac13c0ff85398e4a63e7f5f
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _defaults: &defaults
docker:
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: cimg/python:3.10.2
- image: cimg/python:3.10.2-node
working_directory: ~/repo

jobs:
Expand Down
0