Skip to content

Commit 9b228b1

Browse files
committed
CI: fix missing import
1 parent 3079721 commit 9b228b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/set-conda-test-matrix.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""Create test matrix for conda packages in OS/BLAS test matrix workflow."""
22

3+
import json
34
from pathlib import Path
5+
import re
46

57
osmap = {'linux': 'ubuntu',
68
'osx': 'macos',

0 commit comments

Comments
 (0)