diff options
author | BonfaceKilz | 2020-11-03 21:54:36 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-03 21:54:36 +0300 |
commit | b526fc6f6b6f450e169c01db5ffea92f94512393 (patch) | |
tree | 6fa636b761a1a21a837a343fc576a2e96f3eda2f | |
parent | f31fe80702cd24fa3687e7254e9ad212340715fd (diff) | |
download | genenetwork2-b526fc6f6b6f450e169c01db5ffea92f94512393.tar.gz |
Use python3-genenetwork2 on commit bdce85d in container
* .github/workflows/main.yml: Update gn2 container.
-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..d76a5433 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:bdce85d steps: # First start with mariadb set then checkout. The checkout gives |