diff options
author | Alexander Kabui | 2021-02-11 07:26:04 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-13 16:55:08 +0300 |
commit | 6f3273429482dea1aaaa4e5fe61b178485e271b8 (patch) | |
tree | de3be1b6c5dab7841431682f4e4b4ff3d5c4d582 | |
parent | e1c3827d65a35d87e45cefe04135c1ff16374410 (diff) | |
download | genenetwork2-6f3273429482dea1aaaa4e5fe61b178485e271b8.tar.gz |
edit workflow
-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 5d46ccb9..a36abc0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,5 +62,5 @@ jobs: TMPDIR=/tmp\ WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \ GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \ - etc/default_settings.py -c -m /__w/genenetwork2/genenetwork2/test/requests/links_scraper/genelinks.py + etc/default_settings.py -c /__w/genenetwork2/genenetwork2/test/requests/links_scraper/genelinks.py |