We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bd726 commit ddfcfadCopy full SHA for ddfcfad
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,8 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v3
11
-
+ - name: install
12
+ run: pipenv install
13
- name: run build script
14
run: make run
15
0 commit comments