8000 CI: fix missing import · python-control/python-control@8f33d82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f33d82

Browse files
committed
CI: fix missing import
1 parent 3079721 commit 8f33d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Create test matrix for conda packages in OS/BLAS test matrix workflow."""
22

33
from pathlib import Path
4+
import re
45

56
osmap = {'linux': 'ubuntu',
67
'osx': 'macos',

0 commit comments

Comments
 (0)
0