Skip to content

Commit

Permalink
downgrade pip for the moment to deal with psf/black#1847
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbelden committed Jan 17, 2021
1 parent c9ca986 commit 59f2d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
run: |
brew install openblas
OPENBLAS="$(brew --prefix openblas)" pip install numpy
- name: Downgrade pip
# https://github.com/psf/black/issues/1847
run: pip install "pip<20.3"
- name: Install Testing Dependencies
run: pip install -r developer_requirements.txt
- name: Run Tests
Expand Down

0 comments on commit 59f2d00

Please sign in to comment.