Skip to content

Commit e4f775d

Browse files
committed
Merge branch 'main' into rgommers-copy-keyword
2 parents abcef28 + 08a13c0 commit e4f775d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/array-api-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
fi
4242
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
4343
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
44+
python -m pip install hypothesis==6.97.1
4445
- name: Run the array API testsuite
4546
env:
4647
ARRAY_API_TESTS_MODULE: array_api_strict

Diff for: .github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: >-
9898
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
uses: pypa/[email protected].11
100+
uses: pypa/[email protected].12
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103
print-hash: true
@@ -110,6 +110,6 @@ jobs:
110110

111111
- name: Publish distribution 📦 to PyPI
112112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113-
uses: pypa/[email protected].11
113+
uses: pypa/[email protected].12
114114
with:
115115
print-hash: true

0 commit comments

Comments
 (0)