Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Oct 10, 2024
1 parent d470805 commit 6c28e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
TEST_DEVICE = "cuda"

# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
CI = os.environ.get == "true"
CI = os.environ.get("CI") == "true"

0 comments on commit 6c28e45

Please sign in to comment.