Skip to content

Commit a017b39

Browse files
committed
pipinstall
1 parent ddfcfad commit a017b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v3
11+
- name: pipenv install
12+
run: pip install pipenv
1113
- name: install
1214
run: pipenv install
1315
- name: run build script

0 commit comments

Comments
 (0)