Commit e1e365e 1 parent cc0d1c3 commit e1e365e Copy full SHA for e1e365e
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : 📦 Install webviz-config with dependencies
52
52
run : |
53
- pip install --upgrade pip
53
+ pip install --upgrade pip wheel
54
54
pip install --use-feature=2020-resolver . 'pandas==${{ matrix.pandas-version }}'
55
55
56
56
- name : 📦 Install test dependencies
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ The recommended and simplest way of installing `webviz-config` is to run
47
47
pip install webviz-config
48
48
```
49
49
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
+
50
53
If you want to develop ` webviz-config ` and install the latest source code manually you
51
54
can do something along the lines of:
52
55
can run
You can’t perform that action at this time.
0 commit comments