Skip to content

Commit e1e365e

Browse files
committed
Install wheel in CI
1 parent cc0d1c3 commit e1e365e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/webviz-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: 📦 Install webviz-config with dependencies
5252
run: |
53-
pip install --upgrade pip
53+
pip install --upgrade pip wheel
5454
pip install --use-feature=2020-resolver . 'pandas==${{ matrix.pandas-version }}'
5555
5656
- name: 📦 Install test dependencies

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The recommended and simplest way of installing `webviz-config` is to run
4747
pip install webviz-config
4848
```
4949

50+
> :warning: Unless you are using `pip` version `20.3` you should enable the new `pip`
51+
resolver when installing, i.e. `pip install --use-feature=2020-resolver webviz-config`.
52+
5053
If you want to develop `webviz-config` and install the latest source code manually you
5154
can do something along the lines of:
5255
can run

0 commit comments

Comments
 (0)