From 06ac680d2952e5045fdae1791b3461ebaf4d2c30 Mon Sep 17 00:00:00 2001 From: Jens Schneider Date: Sun, 15 Oct 2023 19:30:54 +0200 Subject: [PATCH] Install wheel als build dependency --- .github/workflows/build_test_rdplot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test_rdplot.yml b/.github/workflows/build_test_rdplot.yml index 382b558..a6b497d 100644 --- a/.github/workflows/build_test_rdplot.yml +++ b/.github/workflows/build_test_rdplot.yml @@ -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 @@ -69,4 +70,4 @@ jobs: pip3 install --upgrade coveralls coveralls --service=github --finish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}