Skip to content

Commit 045dee6

Browse files
committed
rename test action in CI
rename test action in CI to remove mention of py version since the action host python version is irrelevant, since the one used for testing is set in viral-core: https://github.com/broadinstitute/viral-core/blob/master/Dockerfile#L30
1 parent 1909119 commit 045dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
mkdir -p $CACHE_DIR
136136
github_actions_ci/list-docker-tags.sh | tail -1 | tee $CACHE_DIR/old-docker-tag.txt
137137
138-
test_py36_in_docker:
138+
test_in_docker:
139139
needs: build_docker
140140
runs-on: ubuntu-20.04
141141
env:

0 commit comments

Comments
 (0)