We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0a280 commit 67f2f35Copy full SHA for 67f2f35
.github/workflows/ci_tests.yml
@@ -115,7 +115,7 @@ jobs:
115
upload_to_pypi: false
116
upload_to_anaconda: false
117
test_extras: test
118
- test_command: ls $GITHUB_WORKSPACE; ls $HOME; pytest /projects/tests /projects/docs
+ test_command: ls $GITHUB_WORKSPACE; pytest $GITHUB_WORKSPACE/tests $GITHUB_WORKSPACE/docs
119
120
test_wheel_building:
121
# This ensures that a couple of targets work fine in pull requests and pushes
0 commit comments