Skip to content

Commit 9d316db

Browse files
committed
CI: Drop cztop and pyzmq on Windows
1 parent d5583a1 commit 9d316db

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: .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 --without pycall
50+
- run: bundle install --jobs 4 --retry 3 --without pycall,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

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ group :pycall do
1616
gem 'pycall'
1717
end
1818

19-
group :test do
19+
group :cztop do
2020
gem 'cztop'
2121
end

0 commit comments

Comments
 (0)