We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f9abbe + 14ee3a9 commit f21bb89Copy full SHA for f21bb89
2 files changed
.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
+ pip install -r requirements.txt
29
pip install -r requirements-dev.txt
30
pip install pyzmq
31
concore.py
@@ -5,6 +5,7 @@
5
import sys
6
import re
7
import zmq
8
+import numpy as np
9
logging.basicConfig(
10
level=logging.INFO,
11
format='%(levelname)s - %(message)s'
0 commit comments