Skip to content

Commit

Permalink
GA: Split out package-check job from coverage jobs - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 15, 2024
1 parent 73d2218 commit 22747a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
make check-cli
- name: Lint with flake8
if: matrix.config.python == '3.10'
run: |
pip install flake8
cd python/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'python/**/*'
- .github/workflows/check-python.yml

name: "Python checks"
name: "Python test coverage"

permissions:
contents: read
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'r/**/*'
- .github/workflows/check-r.yml

name: "R checks"
name: "R test coverage"

jobs:
check:
Expand Down

0 comments on commit 22747a8

Please sign in to comment.