diff options
author | Alexander Kabui | 2020-11-27 16:11:06 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-27 16:11:06 +0300 |
commit | 8485dfd5aa02f451a646f643f503ccb02779430b (patch) | |
tree | 1df6291f98a6be1939a908271f45a6f54639f7b7 /.github | |
parent | 77dff447c83a4b0824fe6626d16484cfd826ca77 (diff) | |
parent | 39accba7e31beb6f0df5ddb96fb3062d527b12af (diff) | |
download | genenetwork2-8485dfd5aa02f451a646f643f503ccb02779430b.tar.gz |
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into test-regression
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 f27feb5f..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:latest + container: bonfacekilz/python3-genenetwork2:ad741c1 steps: # First start with mariadb set then checkout. The checkout gives |