Skip to content

Commit d92541a

Browse files
authored
Merge branch 'main' into creation_functions-rst
2 parents 202f2b4 + 5601318 commit d92541a

24 files changed

+1915
-1930
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
job-title: Check the rendered docs here!
1717
- name: Array API preview
1818
run: |
19-
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
19+
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ build/
33
.vscode/
44
node_modules/
55
__pycache__/
6-
*.pyc
6+
*.pyc
7+
spec/**/generated

0 commit comments

Comments
 (0)