Skip to content

Commit

Permalink
update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Feb 12, 2024
1 parent 8861e84 commit 3f14e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ name: tests

env:
APP_NAME: uw_hfs
COVERAGE_PYTHON_VERSION: '3.10'

on:
push:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install commonconf nose2 coverage coveralls==2.2.0
pip install commonconf nose2 coverage coveralls==3.3.1
- name: Run Python Linters
uses: uw-it-aca/actions/python-linters@main
Expand Down

0 comments on commit 3f14e44

Please sign in to comment.