Skip to content

Commit

Permalink
Improvements to build pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 27, 2023
1 parent aed6788 commit 19e005a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run:
make install
- name: Run tests
run:
make test
run: make install
- name: Test
run: make test
- name: Upload coverage
if: matrix.python-version == '3.9'
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v1
with:
directory: ./_build/coverage
Expand Down

0 comments on commit 19e005a

Please sign in to comment.