diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65e566a..ed00283 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Install dependencies run: | git clone https://github.com/pylover/python-makelib.git make - make env ENV=ci + make install-common editable-install sudo cp `which bddcli-bootstrapper` /usr/local/bin - name: Lint run: make lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62e3512..cf95e43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | git clone https://github.com/pylover/python-makelib.git make - make env ENV=ci + make install-common editable-install - name: Create distributions run: make dist - name: Publish a Python distribution to PyPI