diff options
author | zsloan | 2020-11-12 17:20:39 -0600 |
---|---|---|
committer | zsloan | 2020-11-12 17:20:39 -0600 |
commit | 0b47b750549915f2655d3807f5131837ddf8ccc8 (patch) | |
tree | 814173cb4904177e8e125011ae8abce69ef12f04 /.github | |
parent | e20d5f41d076659706442a8ab1db93cd65c9cb0f (diff) | |
parent | cd01afec0bbe28bfcd1982cbf03c056a856b1d13 (diff) | |
download | genenetwork2-0b47b750549915f2655d3807f5131837ddf8ccc8.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into feature/corr_table_changes
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..c78f6d85 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:0bf4ee6 steps: # First start with mariadb set then checkout. The checkout gives |