Skip to content

Commit

Permalink
Merge branch 'main' into less-strict-iter
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 1, 2024
2 parents 9c9ff8b + b1303a1 commit 7c55e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
python -m pip install hypothesis==6.97.1
python -m pip install hypothesis
- name: Run the array API testsuite
env:
ARRAY_API_TESTS_MODULE: array_api_strict
Expand Down

0 comments on commit 7c55e47

Please sign in to comment.