Skip to content

Commit

Permalink
ci: update CI to only install binary packages
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Dec 7, 2021
1 parent 9e30ca8 commit 63acf2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -58,7 +58,10 @@ jobs:
paths:
- /home/circleci/.cache/pypoetry/virtualenvs
- run:
name: "Check all dependencies are available as binaries and build Jake"
command: |
poetry export -f requirements.txt -o pinned.requirements.txt
pip install --only-binary ':all:' -r pinned.requirements.txt
poetry build
- run:
command: |
Expand Down

0 comments on commit 63acf2c

Please sign in to comment.