Skip to content

Commit

Permalink
devops: fix GH CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 28, 2024
1 parent b19fbf7 commit 6e3de39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install uv nox
python -m pip install .
python -m pip install abilian-devtools
uv sync
- name: Lint
run: |
make lint
- name: Test with pytest
run: |
make test
- name: Test with nox
run: |
nox

0 comments on commit 6e3de39

Please sign in to comment.