File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -88,20 +88,20 @@ jobs:
8888 cuda-version : ${{ env.CUDA_VER }}
8989
9090 - name : Build cuda-pathfinder
91- run :
91+ run : |
9292 pip install -v ./cuda_pathfinder
9393
9494 - name : Build cuda-python-test-helpers
95- run :
95+ run : |
9696 pip install -v ./cuda_python_test_helpers
9797
9898 - name : Build cuda-bindings
99- run :
99+ run : |
100100 cd cuda_bindings
101101 pip install -v . --group test
102102
103103 - name : Build cuda-core
104- run :
104+ run : |
105105 cd cuda_core
106106 pip install -v . --group test
107107
@@ -114,15 +114,15 @@ jobs:
114114 echo "CUDA_PYTHON_ROOT=$(python -c 'import cuda; print(cuda.__path__[0])')" >> $GITHUB_ENV
115115
116116 - name : Run cuda.pathfinder tests
117- run :
117+ run : |
118118 pytest -v --cov=$CUDA_PYTHON_ROOT --cov-append --cov-config=.coveragerc cuda_pathfinder/tests
119119
120120 - name : Run cuda.bindings tests
121- run :
121+ run : |
122122 pytest -v --cov=$CUDA_PYTHON_ROOT --cov-append --cov-config=.coveragerc cuda_bindings/tests
123123
124124 - name : Run cuda.core tests
125- run :
125+ run : |
126126 pytest -v --cov=$CUDA_PYTHON_ROOT --cov-append --cov-config=.coveragerc cuda_core/tests
127127
128128 - name : Generate coverage report
You can’t perform that action at this time.
0 commit comments