Skip to content

Commit

Permalink
retry 2.7 but with setup v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 5, 2023
1 parent c4d8f00 commit 6e01d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e01d4f

Please sign in to comment.