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 10, 2022
1 parent 20cd424 commit 61effde
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 @@ -72,7 +72,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 61effde

Please sign in to comment.