Skip to content

Commit d5fa257

Browse files
committed
CI: Drop cztop and pyzmq on Windows
1 parent b6da2b9 commit d5fa257

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/windows.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ jobs:
4747
4848
- run: pip3 install -r ci/requirements.txt
4949

50-
- run: bundle install --jobs 4 --retry 3
50+
- run: bundle install --jobs 4 --retry 3 --without cztop
5151

5252
- name: Run tests
5353
env:
54-
PYTHON: python3
55-
ADAPTERS: cztop ffi-rzmq pyzmq
54+
ADAPTERS: ffi-rzmq
5655
run: |
5756
for adapter in $ADAPTERS; do
5857
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ group :plot do
1212
gem 'rubyvis'
1313
end
1414

15-
group :test do
15+
group :cztop do
1616
gem 'cztop'
1717
end

0 commit comments

Comments
 (0)