We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53351be commit f800ee5Copy full SHA for f800ee5
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
python-version: ${{ matrix.python-version }}
91
- name: Install dependencies & browsers
92
run: |
93
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip build
94
pip install -r local-requirements.txt
95
pip install -r requirements.txt
96
pip install -e .
0 commit comments