Skip to content

Commit

Permalink
Use pip for installing packing in CI
Browse files Browse the repository at this point in the history
Because setup.py no longer exists with shift to pyproject.toml
  • Loading branch information
ethanwhite committed Feb 18, 2023
1 parent 0fd2071 commit 0f97dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pip --version
pip install --prefer-binary lxml
- name: Test package installation
run: python setup.py install
run: pip install .

0 comments on commit 0f97dbb

Please sign in to comment.