From cde844b7de1875bda37c6672acf712c4a8bf2b79 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Sat, 26 Sep 2020 01:22:47 +0300 Subject: Use Python3 image to run tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3