commit 0468e170d422f958f802c633b210ef0d591d385e
parent 196f5385fc3b2cac9becf634c06c4d0fe927fcfb
Author: parazyd <parazyd@dyne.org>
Date: Tue, 13 Apr 2021 00:12:28 +0200
tests: Try installing with pip
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml
@@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install pyzmq
+ pip install -e .
- name: Run tests
run: |
python ./tests/test.py