Skip to content

Commit

Permalink
CI: Drop cztop and pyzmq on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Mar 5, 2021
1 parent d5583a1 commit 9d316db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
- run: pip3 install -r ci/requirements.txt

- run: bundle install --jobs 4 --retry 3 --without pycall
- run: bundle install --jobs 4 --retry 3 --without pycall,cztop

- name: Run tests
env:
PYTHON: python3
ADAPTERS: cztop ffi-rzmq pyzmq
ADAPTERS: ffi-rzmq
run: |
for adapter in $ADAPTERS; do
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ group :pycall do
gem 'pycall'
end

group :test do
group :cztop do
gem 'cztop'
end

0 comments on commit 9d316db

Please sign in to comment.