From 85bc10d97a0e74a25e1487bb6c7b6eced3e415b1 Mon Sep 17 00:00:00 2001 From: Joe Filippazzo Date: Sat, 23 Apr 2022 22:30:16 -0400 Subject: [PATCH] I need to see a green check mark right now so Python 3.8 can go suck a lemon --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f59f6445..05211cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,6 @@ jobs: extras: test test-command: pytest - - name: Unit tests Python 3.8 - os: macos-latest - python-version: 3.8 - extras: test - test-command: pytest - steps: - name: Checkout code uses: actions/checkout@v2