From 0649e80fea460bba4e2a6525fc6087bd0872ba89 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Thu, 26 Oct 2023 10:52:57 -0400 Subject: [PATCH] Temporarily remove a few tests --- .github/workflows/ci_workflows.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index c13271b9a6..17b2b0f54c 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -51,18 +51,6 @@ jobs: toxposargs: --remote-data allow_failure: false - - name: OS X - Python 3.9 - os: macos-latest - python: 3.9 - toxenv: py39-test - allow_failure: false - - - name: Windows - Python 3.10 - os: windows-latest - python: '3.10' - toxenv: py310-test - allow_failure: false - # This also runs on cron but we want to make sure new changes # won't break this job at the PR stage. - name: Python 3.12 with latest dev versions of key dependencies, and remote data