Skip to content

Commit cf4852e

Browse files
committed
Use new resolver
1 parent 5984852 commit cf4852e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/webviz-config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ jobs:
4848
4949
- name: 📦 Install webviz-config with dependencies
5050
run: |
51-
pip install 'pandas==${{ matrix.pandas-version }}'
5251
pip install --upgrade pip
53-
pip install .
52+
pip install --use-feature=2020-resolver . 'pandas==${{ matrix.pandas-version }}'
5453
5554
- name: 📦 Install test dependencies
5655
run: |
57-
pip install .[tests]
56+
pip install --use-feature=2020-resolver .[tests]
5857
wget https://chromedriver.storage.googleapis.com/$(wget https://chromedriver.storage.googleapis.com/LATEST_RELEASE -q -O -)/chromedriver_linux64.zip
5958
unzip chromedriver_linux64.zip
6059

0 commit comments

Comments
 (0)