Skip to content

Commit aca6ee3

Browse files
committed
Enhancement: github actions workflow files
1 parent a8ecfa8 commit aca6ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
git clone https://github.com/pylover/python-makelib.git make
45-
make env ENV=ci
45+
make install-common editable-install
4646
sudo cp `which bddcli-bootstrapper` /usr/local/bin
4747
- name: Lint
4848
run: make lint

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
git clone https://github.com/pylover/python-makelib.git make
21-
make env ENV=ci
21+
make install-common editable-install
2222
- name: Create distributions
2323
run: make dist
2424
- name: Publish a Python distribution to PyPI

0 commit comments

Comments
 (0)