Skip to content

Commit

Permalink
Add building to the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danthedeckie committed Oct 7, 2024
1 parent 8d3ac9a commit 32931e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ jobs:
uses: actions/setup-python@master
with:
python-version: '3.10'
- name: Install dev dependencies
pip install -r requirements/dev.txt
- name: Lint
run: |
pip install -r requirements/dev.txt
make lint
run:
- name: Build & check sdist & wheel
make dist
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 32931e6

Please sign in to comment.