We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3b847 commit 12a32c5Copy full SHA for 12a32c5
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
path: .cache
21
restore-keys: |
22
mkdocs-material-
23
+ - name: Install pipenv
24
+ run: pip install pipenv
25
- name: Install dependencies
26
uses: VaultVulp/action-pipenv@v2.0.1
27
with:
0 commit comments