Skip to content

Commit

Permalink
update GH testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Aug 12, 2023
1 parent 0a3a173 commit 0821fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}${{ matrix.dev }}
- name: Install pytest
- name: Install test requirements
run: |
python -m pip install pytest pytest-cov
python -m pip install --upgrade pip
pip install -e ".[testing]"
- name: Run tests
run: |
pip install -e .
pytest --cov=src/pyEQL --cov-report=xml
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 0821fe9

Please sign in to comment.