Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Prefer wheels
Browse files Browse the repository at this point in the history
This avoids CI failures when there is a new version of a dependency
but the wheel was not uploaded to PyPI.
  • Loading branch information
astrojuanlu committed Mar 13, 2019
1 parent 44472a6 commit e9f62a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

working_directory: ~/repo

environment:
PIP_PREFER_BINARY: true

steps:
- checkout

Expand Down Expand Up @@ -59,6 +62,9 @@ jobs:

working_directory: ~/repo

environment:
PIP_PREFER_BINARY: true

steps:
- checkout

Expand Down Expand Up @@ -89,6 +95,9 @@ jobs:

working_directory: ~/repo

environment:
PIP_PREFER_BINARY: true

steps:
- checkout

Expand Down

0 comments on commit e9f62a6

Please sign in to comment.