Skip to content

Commit abc374a

Browse files
build: tweak action
1 parent 93e5603 commit abc374a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
python-version: "3.x"
2020

2121
- name: deps
22-
run: python -m pip install -U build
22+
run: |
23+
python -m pip install -U build pipenv
24+
pipenv install
2325
2426
- name: build
2527
run: python -m build

0 commit comments

Comments
 (0)