|
@@ -42,9 +42,9 @@ jobs:
|
|
- 3.9
|
|
- 3.9
|
|
fail-fast: false
|
|
fail-fast: false
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v1
|
|
|
|
|
|
+ - uses: actions/checkout@v2.3.4
|
|
with:
|
|
with:
|
|
- lfs: '' # tests/resources/
|
|
|
|
|
|
+ lfs: true # tests/resources/
|
|
- uses: actions/setup-python@v1
|
|
- uses: actions/setup-python@v1
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|