Skip to content

Commit

Permalink
Pin pip to 20.2.4 due to bug in black install (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv authored Dec 8, 2020
1 parent f090062 commit 582fb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webviz-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 📦 Install webviz-config with dependencies
run: |
pip install 'pandas==1.1.4' # Pinned to 1.1.4 due to pandas 1.1.5 bug with pylint: https://github.com/pandas-dev/pandas/issues/38355
pip install --upgrade pip
pip install --upgrade pip==20.2.4 # Pinned to 20.2.4 for black install compatibility: https://github.com/psf/black/issues/1847
pip install .
- name: 📦 Install test dependencies
Expand Down

0 comments on commit 582fb3d

Please sign in to comment.