Skip to content

Commit

Permalink
CI: Remove pyzmq from ADAPTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Aug 15, 2021
1 parent f92e5c6 commit 72cca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run tests
env:
PYTHON: python3
ADAPTERS: cztop ffi-rzmq pyzmq
ADAPTERS: cztop ffi-rzmq
run: |
for adapter in $ADAPTERS; do
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
Expand Down

0 comments on commit 72cca87

Please sign in to comment.