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:53:31 -0700 |
commit | 8cc3c9af4dde7a32d675c4297d673dee4a9c2514 (patch) | |
tree | ce08ab68e9425392e8ab869a6f696871beb4a89c /.github | |
parent | Merge pull request #8435 (diff) | |
download | monero-8cc3c9af4dde7a32d675c4297d673dee4a9c2514.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 |