fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- uses: dschep/install-poetry-action@v1.2
|
||||
- name: Install and build
|
||||
run: python -m ensurepip --user
|
||||
run: python -m ensurepip --user
|
||||
python -m pip install --upgrade pip --user
|
||||
python -m pip install .[dev]
|
||||
- name: Build with Poetry
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: python -m ensurepip --user
|
||||
run: python -m ensurepip --user
|
||||
python -m pip install --upgrade pip --user
|
||||
python -m pip install .[dev]
|
||||
- name: Test with tox
|
||||
|
||||
Reference in New Issue
Block a user