We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7dec3 commit 685e8feCopy full SHA for 685e8fe
.github/workflows/pypi-publish.yml
@@ -26,6 +26,7 @@ jobs:
26
python3 -m pip install --upgrade pip
27
pip install pipenv
28
pipenv install
29
+ pipenv install --dev
30
31
- name: Build package
32
run: |
0 commit comments