Skip to content

Commit

Permalink
Merge pull request #30 from tylerjereddy/treddy_issue_24_unpin_pytest
Browse files Browse the repository at this point in the history
TST: unpin pytest in CI
  • Loading branch information
shanedsnyder committed Dec 16, 2022
2 parents c24a3bf + 9d74466 commit 0ece831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_ci.yml
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pytest is pinned because of gh-24
python -m pip install --upgrade 'pytest==6.2.5'
python -m pip install --upgrade pytest
python -m pip install --upgrade lxml matplotlib
- if: ${{matrix.platform == 'macos-latest'}}
name: Install MacOS deps
Expand Down

0 comments on commit 0ece831

Please sign in to comment.