Skip to content

Commit

Permalink
Install setuptools-scm when building
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 23, 2022
1 parent e4c7573 commit e4f2297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:

- id: pipenv-install
name: Install Python dependencies
run: pipenv install --python `which python` --skip-lock twine
run: pipenv install --python `which python` --skip-lock twine setuptools-scm
shell: bash

- id: build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
.eggs

_notebooks/.ipynb_checkpoints
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit e4f2297

Please sign in to comment.