We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3079721 commit 9b228b1Copy full SHA for 9b228b1
.github/scripts/set-conda-test-matrix.py
@@ -1,6 +1,8 @@
1
"""Create test matrix for conda packages in OS/BLAS test matrix workflow."""
2
3
+import json
4
from pathlib import Path
5
+import re
6
7
osmap = {'linux': 'ubuntu',
8
'osx': 'macos',
0 commit comments