diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5760fd7f..ff9ef4663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,20 +20,11 @@ jobs: python-impl: cpython ytdl-test-set: core run-tests-ext: bat - - os: windows-2019 - python-version: 3.2 - python-impl: cpython - ytdl-test-set: download - run-tests-ext: bat # jython - os: ubuntu-18.04 python-impl: jython ytdl-test-set: core run-tests-ext: sh - - os: ubuntu-18.04 - python-impl: jython - ytdl-test-set: download - run-tests-ext: sh steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}