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 4eb1294
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ jobs:
uses: actions/setup-python@master
with:
python-version: '3.10'
- name: Install dev dependencies
run : |
pip install -r requirements/dev.txt
- name: Lint
run: |
pip install -r requirements/dev.txt
make lint
run:
- name: Build & check sdist & wheel
run: |
make dist
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 4eb1294

Please sign in to comment.