Skip to content

Commit

Permalink
Merge pull request #16 from pysat/aburrell-patch-1
Browse files Browse the repository at this point in the history
BUG: Update pysat_rc.yml
  • Loading branch information
aburrell authored Dec 5, 2023
2 parents b894edc + d4b97f5 commit ac864d4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/pysat_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: pip install --no-deps --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pysat

- name: Install standard dependencies and package
if: ${{ matrix.test_config == 'latest'}}
run: pip install .[test]

- name: Set up pysat
Expand All @@ -48,4 +47,17 @@ jobs:
- name: Publish results to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
run: coveralls --rcfile=pyproject.toml --service=github

finish:
name: Finish Coverage Analysis
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --service=github --finish

0 comments on commit ac864d4

Please sign in to comment.