Skip to content

Commit

Permalink
Install wheel als build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAc committed Oct 15, 2023
1 parent 443cdf1 commit 06ac680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_rdplot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python -m pip install pytest-cov
python -m pip install coveralls
python -m pip install gitpython
python -m pip install wheel
python3 setup.py sdist
python -m pip install --no-binary rdplot dist/rdplot-*.tar.gz
- name: Test with pytest
Expand All @@ -69,4 +70,4 @@ jobs:
pip3 install --upgrade coveralls
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06ac680

Please sign in to comment.