Skip to content

Commit ee46113

Browse files
authored
Update build-and-test.yml
1 parent 718b984 commit ee46113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
cd tests_cython
262262
if [[ "${{ matrix.host-platform }}" == linux* ]]; then
263263
# cython tests require gcc
264+
apt update
264265
apt install -y build-essential
265266
CPLUS_INCLUDE_PATH="$CUDA_HOME/include" cythonize -3 -i test_*.pyx
266267
elif [[ "${{ matrix.host-platform }}" == win* ]]; then

0 commit comments

Comments
 (0)