Yet another pip fix attempt
This commit is contained in:
@@ -19,6 +19,8 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: pip install .[dev] --user
|
||||
run: python -m ensurepip --user
|
||||
python -m pip install --upgrade pip --user
|
||||
python -m pip install .[dev]
|
||||
- name: Test with tox
|
||||
run: tox -p auto -o
|
||||
|
||||
Reference in New Issue
Block a user