Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
3 deletions
-
.github/workflows/publish.yml
-
.github/workflows/test.yml
|
|
@ -18,7 +18,8 @@ jobs: |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: "3.7" |
|
|
|
cache: "pip" |
|
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
|
# cache: "pip" |
|
|
|
cache-dependency-path: pyproject.toml |
|
|
|
- uses: actions/cache@v3 |
|
|
|
id: cache |
|
|
|
|
|
@ -21,7 +21,8 @@ jobs: |
|
|
|
uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
cache: "pip" |
|
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
|
# cache: "pip" |
|
|
|
cache-dependency-path: pyproject.toml |
|
|
|
- uses: actions/cache@v3 |
|
|
|
id: cache |
|
|
@ -54,7 +55,8 @@ jobs: |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
with: |
|
|
|
python-version: '3.8' |
|
|
|
cache: "pip" |
|
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
|
# cache: "pip" |
|
|
|
cache-dependency-path: pyproject.toml |
|
|
|
|
|
|
|
- name: Get coverage files |
|
|
|