From 6e01d4f8972a90890cf99df296bbfa60cb911cbc Mon Sep 17 00:00:00 2001 From: James Krieger Date: Thu, 5 Oct 2023 13:21:09 +0200 Subject: [PATCH] retry 2.7 but with setup v2 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 951201973..b14c6ea91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,12 +13,12 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["2.8", "3.7", "3.8", "3.9", "3.10"] + python-version: ["2.7", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: MatteoH2O1999/setup-python@v1 + uses: MatteoH2O1999/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Add conda to system path