Skip to content

Commit

Permalink
ci: python setup.py build install -> python -m pip install . -v
Browse files Browse the repository at this point in the history
  • Loading branch information
giganano committed Oct 24, 2023
1 parent 61a0dae commit c2e1b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
shell: bash
run: |
make CC=$COMPILER
python setup.py build install --quiet
python -m pip install . -v
make clean
- name: Tests
Expand Down

0 comments on commit c2e1b0e

Please sign in to comment.