Skip to content

Commit

Permalink
Build packages on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Aug 20, 2024
1 parent 00efa2d commit 8ce0d06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test,pygraphviz,lint]
pip install .[test,pygraphviz,lint] flit
- name: Lint with ruff
run: ruff check $(git ls-files "*.py")
Expand All @@ -63,6 +63,10 @@ jobs:
# Generate LCOV format coverage data for coveralls.
python -m coverage lcov -o coverage.lcov
- name: Build packages
run: |
python -m flit build
- name: Send coverage data to coveralls.io
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 8ce0d06

Please sign in to comment.