Merge pull request #8427

1fc60ca Publish submitted txs via zmq (j-berman)
This commit is contained in:
luigi1111
2022-08-22 22:45:14 -05:00
10 changed files with 142 additions and 11 deletions

View File

@@ -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