|
@@ -20,7 +20,7 @@ jobs:
|
|
python-verison: ['3.9']
|
|
python-verison: ['3.9']
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2.4.0
|
|
- uses: actions/checkout@v2.4.0
|
|
- - uses: actions/setup-python@v2.2.2
|
|
|
|
|
|
+ - uses: actions/setup-python@v2.3.0
|
|
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
|
|
@@ -41,7 +41,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.2.2
|
|
|
|
|
|
+ - uses: actions/setup-python@v2.3.0
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
# test_read_triangular_locale & test_write_triangular_same_locale
|
|
# test_read_triangular_locale & test_write_triangular_same_locale
|
|
@@ -79,7 +79,7 @@ jobs:
|
|
working-directory: examples/
|
|
working-directory: examples/
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2.4.0
|
|
- uses: actions/checkout@v2.4.0
|
|
- - uses: actions/setup-python@v1
|
|
|
|
|
|
+ - uses: actions/setup-python@v2.3.0
|
|
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
|