Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.2.29
container: obolibrary/odkfull:v1.6

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sssom-qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:
jobs:
sssom_validation:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4
container: obolibrary/odkfull:v1.6
steps:
- name: Install latest SSSOM
env:
DEFAULT_BRANCH: master
run: pip install --upgrade pip && pip install -U sssom
#- name: Install latest SSSOM
# env:
# DEFAULT_BRANCH: master
# run: pip install --upgrade pip && pip install -U sssom
- uses: actions/checkout@v2
- name: Run Mapping QC checks
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ src/envo/uberon.obo.1
src/envo/tmp

venv/
/tmp
Loading