Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Aug 11, 2024
1 parent 9732c2b commit 5d534ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# docker, once without). On OSX, only the non-docker runs.

# Docker ref for build container
DOCKER_BASE_IMAGE = "quay.io/bioconda/bioconda-utils-test-env-cos7:latest"
DOCKER_BASE_IMAGE = "quay.io/bioconda/bioconda-utils-build-env-cos7:latest"

SKIP_DOCKER_TESTS = sys.platform.startswith('darwin')
SKIP_NOT_OSX = not sys.platform.startswith('darwin')
Expand Down

0 comments on commit 5d534ef

Please sign in to comment.