Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jul 3, 2024
1 parent f9b238d commit 9043977
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: maturin
run: |
pip install maturin
maturin build --features python --release --out .
pip install --find-links=. polymers
- name: pytest
run: |
pip install pytest
pytest --verbose .
run: maturin develop --release --features python --extras dev
- name: pycodestyle
run: |
pip install pycodestyle
pycodestyle --verbose .
run: pycodestyle --verbose .
- name: pylint
run: |
pip install pylint
pylint --verbose .
run: pylint --verbose .
- name: pytest
run: pytest --verbose .
wheels:
strategy:
fail-fast: false
Expand Down

0 comments on commit 9043977

Please sign in to comment.