Skip to content

Commit

Permalink
[ci] install with pip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 5, 2023
1 parent f969996 commit 56847fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install package
run: python setup.py install
run: python -m pip install .
- name: Test with pytest
run: |
python -c 'import pandas, nwaylib, nwaylib.progress'
Expand Down

0 comments on commit 56847fa

Please sign in to comment.