|
@@ -19,7 +19,7 @@ jobs:
|
|
matrix:
|
|
matrix:
|
|
python-verison: ['3.9']
|
|
python-verison: ['3.9']
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2.4.0
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v3
|
|
- uses: actions/setup-python@v3
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
@@ -79,7 +79,7 @@ jobs:
|
|
pandas-version: 1.1.* # building for >4min
|
|
pandas-version: 1.1.* # building for >4min
|
|
fail-fast: false
|
|
fail-fast: false
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2.4.0
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v3
|
|
- uses: actions/setup-python@v3
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
@@ -125,7 +125,7 @@ jobs:
|
|
run:
|
|
run:
|
|
working-directory: examples/
|
|
working-directory: examples/
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2.4.0
|
|
+ - uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v3
|
|
- uses: actions/setup-python@v3
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|