Install build package

This commit is contained in:
Alexander King 2021-10-22 15:46:52 -04:00
parent 3440e60824
commit 467b561c9c
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade wheel setuptools setuptools_scm[toml]>=6 tox
pip install --upgrade wheel setuptools build setuptools_scm[toml]>=6 tox
- name: Build package
run: |