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