Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 670fb86

Browse files
committed
fix popd
1 parent aee4a4f commit 670fb86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ jobs:
197197
exit 1
198198
fi
199199
pytest -rxXs tests/cython
200-
popd
201200
fi
201+
popd
202202
203203
- name: Run cuda.core tests
204204
run: |
@@ -221,7 +221,6 @@ jobs:
221221
pushd ./cuda_core
222222
pip install -r "tests/requirements-cu${TEST_CUDA_MAJOR}.txt"
223223
pytest -rxXs tests/
224-
popd
225224
226225
# It is a bit convoluted to run the Cython tests against CTK wheels,
227226
# so let's just skip them.
@@ -233,8 +232,8 @@ jobs:
233232
exit 1
234233
fi
235234
pytest -rxXs tests/cython
236-
popd
237235
fi
236+
popd
238237
239238
- name: Ensure cuda-python installable
240239
run: |

0 commit comments

Comments
 (0)