We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ecfa8 commit aca6ee3Copy full SHA for aca6ee3
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: |
44
git clone https://github.com/pylover/python-makelib.git make
45
- make env ENV=ci
+ make install-common editable-install
46
sudo cp `which bddcli-bootstrapper` /usr/local/bin
47
- name: Lint
48
run: make lint
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
- name: Create distributions
23
run: make dist
24
- name: Publish a Python distribution to PyPI
0 commit comments