commit f78a1145bcf900e25178a49314fef0147ddc65c0 parent 0468e170d422f958f802c633b210ef0d591d385e Author: parazyd <parazyd@dyne.org> Date: Tue, 13 Apr 2021 00:13:36 +0200 tests: Install pyzmq again. Diffstat:
M | .github/workflows/py.yaml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml @@ -18,6 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install pyzmq pip install -e . - name: Run tests run: |