Skip to content

Commit 4f7ba45

Browse files
Dafferianto TrinugrohoDafferianto Trinugroho
Dafferianto Trinugroho
authored and
Dafferianto Trinugroho
committed
Fix urllib3 to version 1.24.3
1 parent fb874a6 commit 4f7ba45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/webviz-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
4545
- name: 📦 Install webviz-config with dependencies
4646
run: |
47+
pip install urllib3==1.24.3
4748
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
4849
pip install --upgrade pip==20.2.4 # Pinned to 20.2.4 for black install compatibility: https://github.com/psf/black/issues/1847
4950
pip install .

0 commit comments

Comments
 (0)