Skip to content

Commit

Permalink
Add missing wheel installs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jul 20, 2021
1 parent 0076299 commit 3ed7b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ jobs:
name: create bdist_wheel
command: |
. env/bin/activate
python -m pip install wheel
python setup.py bdist_wheel
- run:
Expand Down Expand Up @@ -366,6 +367,7 @@ jobs:
name: create wheel
command: |
env\Scripts\activate.ps1
python -m pip install wheel
python setup.py bdist_wheel
- store_artifacts:
Expand Down

0 comments on commit 3ed7b0a

Please sign in to comment.