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