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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 0 deletions
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)
0