We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6da2b9 commit d5fa257Copy full SHA for d5fa257
.github/workflows/windows.yml
@@ -47,12 +47,11 @@ jobs:
47
48
- run: pip3 install -r ci/requirements.txt
49
50
- - run: bundle install --jobs 4 --retry 3
+ - run: bundle install --jobs 4 --retry 3 --without cztop
51
52
- name: Run tests
53
env:
54
- PYTHON: python3
55
- ADAPTERS: cztop ffi-rzmq pyzmq
+ ADAPTERS: ffi-rzmq
56
run: |
57
for adapter in $ADAPTERS; do
58
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
Gemfile
@@ -12,6 +12,6 @@ group :plot do
12
gem 'rubyvis'
13
end
14
15
-group :test do
+group :cztop do
16
gem 'cztop'
17
0 commit comments