Skip to content

Commit

Permalink
rename test action in CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tomkinsc committed Oct 18, 2023
1 parent 72ffeae commit f6494c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
mkdir -p $CACHE_DIR
github_actions_ci/list-docker-tags.sh | tail -1 | tee $CACHE_DIR/old-docker-tag.txt
test_py36_in_docker:
test_in_docker:
needs: build_docker
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit f6494c8

Please sign in to comment.