File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
fi
42
42
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
43
43
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
44
+ python -m pip install hypothesis==6.97.1
44
45
- name : Run the array API testsuite
45
46
env :
46
47
ARRAY_API_TESTS_MODULE : array_api_strict
Original file line number Diff line number Diff line change 97
97
if : >-
98
98
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
99
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
- uses : pypa/gh-action-pypi-publish@v1.8.11
100
+ uses : pypa/gh-action-pypi-publish@v1.8.12
101
101
with :
102
102
repository-url : https://test.pypi.org/legacy/
103
103
print-hash : true
@@ -110,6 +110,6 @@ jobs:
110
110
111
111
- name : Publish distribution 📦 to PyPI
112
112
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113
- uses : pypa/gh-action-pypi-publish@v1.8.11
113
+ uses : pypa/gh-action-pypi-publish@v1.8.12
114
114
with :
115
115
print-hash : true
You can’t perform that action at this time.
0 commit comments