diff options
author | zsloan | 2020-11-23 13:39:20 -0600 |
---|---|---|
committer | zsloan | 2020-11-23 13:39:20 -0600 |
commit | 702e7162cf426a58c14f3cd56186b5acac8d710e (patch) | |
tree | 8cc679954fe8a930ffc92eff46f3e3eaf8840197 /.github | |
parent | 37904013a43f99a3fffa73d16245d1b79a3d61ba (diff) | |
parent | 5cac7531b517f96af9bf80066dc7faad396742f6 (diff) | |
download | genenetwork2-702e7162cf426a58c14f3cd56186b5acac8d710e.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c78f6d85..2342796a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: unittest: runs-on: ubuntu-latest - container: bonfacekilz/python3-genenetwork2:0bf4ee6 + container: bonfacekilz/python3-genenetwork2:ad741c1 steps: # First start with mariadb set then checkout. The checkout gives |