|
@@ -21,7 +21,7 @@ jobs:
|
|
- 3.8
|
|
- 3.8
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2.4.0
|
|
- uses: actions/checkout@v2.4.0
|
|
- - uses: actions/setup-python@v2.3.0
|
|
+ - uses: actions/setup-python@v2.3.1
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2.4.0
|
|
- uses: actions/checkout@v2.4.0
|
|
- - uses: actions/setup-python@v2.3.0
|
|
+ - uses: actions/setup-python@v2.3.1
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
- run: pip install --upgrade pipenv==2020.8.13
|