Skip to content

Commit

Permalink
Merge pull request prody#1759 from jamesmkrieger/py28
Browse files Browse the repository at this point in the history
fix checks for python 2.7
  • Loading branch information
jamesmkrieger authored Oct 5, 2023
2 parents 3eb38b1 + 8e19f08 commit 01f722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
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 01f722b

Please sign in to comment.