Skip to content

Commit 3f71d20

Browse files
committed
Fix: github actions workflow files
1 parent f254969 commit 3f71d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
git clone https://github.com/pylover/python-makelib.git make
33-
make env ENV=ci
33+
make install-common editable-install
3434
- name: Lint
3535
run: make lint
3636

.github/workflows/deploy.yml

+1-1
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)