Skip to content

Commit

Permalink
Merge pull request #332 from zacharyburnett/update/actions
Browse files Browse the repository at this point in the history
update actions version
  • Loading branch information
mfixstsci authored Sep 13, 2024
2 parents 56fe105 + 294e856 commit 57eccb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: pip install ".[test]"
- run: pytest
- run: pytest

0 comments on commit 57eccb4

Please sign in to comment.