This commit is contained in:
Josh Miklos
2020-06-22 17:20:02 -07:00
parent bcf6bd6625
commit 2c24512a5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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