Skip to content

Commit 67f2f35

Browse files
committed
again
Signed-off-by: nstarman <nstarkman@protonmail.com>
1 parent ad0a280 commit 67f2f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
upload_to_pypi: false
116116
upload_to_anaconda: false
117117
test_extras: test
118-
test_command: ls $GITHUB_WORKSPACE; ls $HOME; pytest /projects/tests /projects/docs
118+
test_command: ls $GITHUB_WORKSPACE; pytest $GITHUB_WORKSPACE/tests $GITHUB_WORKSPACE/docs
119119

120120
test_wheel_building:
121121
# This ensures that a couple of targets work fine in pull requests and pushes

0 commit comments

Comments
 (0)