Skip to content

Commit

Permalink
Use ODK 1.5.3 in GitHub Actions workflows.
Browse files Browse the repository at this point in the history
Recent changes in the SSSOM pipelines require SSSOM-CLI's
`--update-from-ontology` option which was added in SSSOM-Java 0.7.9,
which itself was included in ODK 1.5.3.
  • Loading branch information
gouttegd committed Nov 10, 2024
1 parent b66528b commit 310955a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: [branch_status]
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5
container: obolibrary/odkfull:v1.5.3
steps:
- uses: khan/[email protected]
id: check
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
needs: [branch_status]
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5
container: obolibrary/odkfull:v1.5.3
steps:
- uses: khan/[email protected]
id: check
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
needs: [branch_status]
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5
container: obolibrary/odkfull:v1.5.3
steps:
- uses: khan/[email protected]
id: check
Expand All @@ -147,7 +147,7 @@ jobs:
diff_classification:
needs: [classify_branch, classify_main]
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5
container: obolibrary/odkfull:v1.5.3
steps:
- uses: khan/[email protected]
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.5.2
container: obolibrary/odkfull:v1.5.3
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 310955a

Please sign in to comment.