Skip to content

Commit 8a891bb

Browse files
Fixed a minor issue when running exmaple tests in conda-packate.yml. (#907)
1 parent 3961684 commit 8a891bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
conda activate numba_dpex_env
147147
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
148148
export OCL_ICD_FILENAMES=libintelocl.so
149-
for script in $(find . \( -not -name "_*" -not "vector_sum2D.py" -not -name "vectorize.py" -not -name "scan.py" -and -name "*.py" \))
149+
for script in $(find . \( -not -name "_*" -not -name "vector_sum2D.py" -not -name "vectorize.py" -not -name "scan.py" -and -name "*.py" \))
150150
do
151151
echo "Executing ${script}"
152152
python ${script} || exit 1

0 commit comments

Comments
 (0)