diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 019eb12..22d66fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 diff --git a/Gemfile b/Gemfile index b11e11b..2be258d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,6 @@ group :pycall do gem 'pycall' end -group :test do +group :cztop do gem 'cztop' end