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