We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5984852 commit cf4852eCopy full SHA for cf4852e
.github/workflows/webviz-config.yml
@@ -48,13 +48,12 @@ jobs:
48
49
- name: 📦 Install webviz-config with dependencies
50
run: |
51
- pip install 'pandas==${{ matrix.pandas-version }}'
52
pip install --upgrade pip
53
- pip install .
+ pip install --use-feature=2020-resolver . 'pandas==${{ matrix.pandas-version }}'
54
55
- name: 📦 Install test dependencies
56
57
- pip install .[tests]
+ pip install --use-feature=2020-resolver .[tests]
58
wget https://chromedriver.storage.googleapis.com/$(wget https://chromedriver.storage.googleapis.com/LATEST_RELEASE -q -O -)/chromedriver_linux64.zip
59
unzip chromedriver_linux64.zip
60
0 commit comments