diff options
author | j-berman <justinberman@protonmail.com> | 2022-07-09 15:08:06 -0700 |
---|---|---|
committer | j-berman <justinberman@protonmail.com> | 2022-07-21 11:36:00 -0700 |
commit | 1fc60cac588b9bd5ca113cc79a2a9ef900a92232 (patch) | |
tree | d022eb802e38463dc8604bb38ac9dd55f2a50ecb /.github | |
parent | Merge pull request #8340 (diff) | |
download | monero-1fc60cac588b9bd5ca113cc79a2a9ef900a92232.tar.xz |
Publish submitted txs via zmq
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69040d0af..ccc4f56fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: - name: install monero dependencies run: ${{env.APT_INSTALL_LINUX}} - name: install Python dependencies - run: pip install requests psutil monotonic + run: pip install requests psutil monotonic zmq - name: tests env: CTEST_OUTPUT_ON_FAILURE: ON |