From 76d963cb3f87846ac8ce8203a88491f68bc93815 Mon Sep 17 00:00:00 2001 From: philipMartini <45294280+philipMartini@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:55:17 +0100 Subject: [PATCH] Update python-PyCTBN-package.yml --- .github/workflows/python-PyCTBN-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-PyCTBN-package.yml b/.github/workflows/python-PyCTBN-package.yml index aa1fa2d..1640330 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.github/workflows/python-PyCTBN-package.yml @@ -43,13 +43,13 @@ jobs: run: | pytest PyCTBN/tests/ - name: Install pypa/build - run: >- + run: | python -m pip install build --user - name: Build a binary wheel and a source tarball - run: >- + run: | git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch python -m build