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

[array api] update array-api-tests #18583

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/jax-array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: data-apis/array-api-tests
ref: '83f0bcdcc5286250dbb26be5d37511702970b4dc' # Latest commit as of 2023-11-15
ref: '9d7777bc60d45a35124b0de084ff8edbd284c06b' # Latest commit as of 2023-11-17
submodules: 'true'
path: 'array-api-tests'
- name: Fix array-apis bug
Expand All @@ -38,7 +38,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install .[cpu]
python -m pip install "hypothesis<6.88.4" # 6.88.4 breaks with a Return-type annotation warning
python -m pip install -r array-api-tests/requirements.txt
- name: Run the test suite
env:
Expand Down
Loading