Skip to content

Commit ddfcfad

Browse files
committed
pipinstall
1 parent 18bd726 commit ddfcfad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v3
11-
11+
- name: install
12+
run: pipenv install
1213
- name: run build script
1314
run: make run
1415

0 commit comments

Comments
 (0)