From da6870b686f50f5f8acf6244fc4863e637d853ac Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Mon, 8 Jan 2024 20:47:32 +0000 Subject: [PATCH] Fix system tests for python 2.7 --- .github/workflows/system.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index fefb6b4a..84458c47 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -41,16 +41,6 @@ jobs: architecture: x64 python-version: '3.x' julia-version: '1.4' - # Test Python 2.7 only with a few combinations (TODO: drop 2.7). - # Note that it does not work in macOS: - - os: ubuntu-latest - architecture: x64 - python-version: '2.7' - julia-version: '1' - - os: windows-2019 - architecture: x64 - python-version: '2.7' - julia-version: '1' fail-fast: false name: Test Julia ${{ matrix.julia-version }}