diff options
author | BonfaceKilz | 2020-09-26 01:22:47 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-09-26 01:22:47 +0300 |
commit | cde844b7de1875bda37c6672acf712c4a8bf2b79 (patch) | |
tree | b4f802cc31dd39177b5e3b8ce60f0bb80f5b67ac /.github | |
parent | f67b0c92af93e3153fe9375e98a139386a4f2fb0 (diff) | |
download | genenetwork2-cde844b7de1875bda37c6672acf712c4a8bf2b79.tar.gz |
Use Python3 image to run tests
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 2fd9a886..f27feb5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: unittest: runs-on: ubuntu-latest - container: bonfacekilz/python2-genenetwork2:latest + container: bonfacekilz/python3-genenetwork2:latest steps: # First start with mariadb set then checkout. The checkout gives |