diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2586fd85..112fea72e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,8 +24,6 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: [3.7, 3.8, 3.9] - name: Install dependencies run: |