From 992ac8aaabc777b9f7478b8e164fe9c0575ef42d Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Tue, 8 Feb 2022 01:35:29 +0000 Subject: [PATCH] attempt to fix github action syntax --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) 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: |