Skip to content

Commit 3b41b94

Browse files
committed
Fix setting of PYTHONPATH
1 parent bb76c9d commit 3b41b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Run the array API testsuite (NumPy)
3333
env:
3434
ARRAY_API_TESTS_MODULE: array_api_compat.numpy
35-
PYTHONPATH: "${GITHUB_WORKSPACE}/array-api-compat"
3635
NPY_PROMOTION_STATE: weak
3736
run: |
37+
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
3838
cd ${GITHUB_WORKSPACE}/array-api-tests
3939
pytest -v -rxXfE

0 commit comments

Comments
 (0)