diff options
author | zsloan | 2020-11-11 13:03:50 -0600 |
---|---|---|
committer | zsloan | 2020-11-11 13:03:50 -0600 |
commit | cd01afec0bbe28bfcd1982cbf03c056a856b1d13 (patch) | |
tree | 55c6ed5d7312a9f4f4eb32fd0ae1144540f8b0ee /.github | |
parent | 06102cab4b6a3bc898c65c6df485f328e3314980 (diff) | |
parent | d60d8bbff8fbd032a3cf72559719a7f78881965a (diff) | |
download | genenetwork2-cd01afec0bbe28bfcd1982cbf03c056a856b1d13.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 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 |