There was an error while loading. Please reload this page.
1 parent 09e151c commit b1c4c36Copy full SHA for b1c4c36
1 file changed
tests/runtime/test_build.py
@@ -75,7 +75,7 @@ def test_install_dist():
75
# Test that versions of packages installed are consistent with those
76
# specified in `meta.yaml`
77
78
- if os.environ.get("COILED_RUNTIME_VERSION", "unknown") not in (
+ if os.environ.get("COILED_RUNTIME_VERSION", "unknown") in (
79
"upstream",
80
"latest",
81
"unknown",
0 commit comments