Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Aug 12, 2022
1 parent 09e151c commit b1c4c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_install_dist():
# Test that versions of packages installed are consistent with those
# specified in `meta.yaml`

if os.environ.get("COILED_RUNTIME_VERSION", "unknown") not in (
if os.environ.get("COILED_RUNTIME_VERSION", "unknown") in (
"upstream",
"latest",
"unknown",
Expand Down

0 comments on commit b1c4c36

Please sign in to comment.