mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
force cache bust
This commit is contained in:
parent
2efa5fef87
commit
941dd28549
1 changed files with 1 additions and 1 deletions
2
.github/workflows/data-checks.yml
vendored
2
.github/workflows/data-checks.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
# checks all of the versions allowed in pyproject.toml
|
# checks all of the versions allowed in pyproject.toml
|
||||||
python-version: [3.8, 3.9]
|
python-version: [3.8, 3.9]
|
||||||
steps:
|
steps:
|
||||||
# installs python
|
# installs Python
|
||||||
# one execution of the tests per version listed above
|
# one execution of the tests per version listed above
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue