mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-24 12:51:40 -07:00
parent
09b3ba6715
commit
d259d97ba9
2 changed files with 2 additions and 7 deletions
5
.github/workflows/data-checks.yml
vendored
5
.github/workflows/data-checks.yml
vendored
|
@ -1,12 +1,8 @@
|
|||
# This runs tox in the two directories under data
|
||||
name: Data Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [ main ] # runs on any PR against main
|
||||
|
||||
|
||||
jobs:
|
||||
data-pipeline:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -14,7 +10,6 @@ jobs:
|
|||
matrix:
|
||||
# checks all of the versions allowed in pyproject.toml
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
# installs python
|
||||
# one execution of the tests per version listed above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue