Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 6, 2021
1 parent d023dcd commit e129ab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
python -m pip install --upgrade pip
pip --use-feature=in-tree-build install tox tox-gh-actions
- name: Set up virtualenv
run: make init

- name: Build gstore distribution (sdist and wheel)
run: make build

Expand Down

0 comments on commit e129ab1

Please sign in to comment.