Skip to content

Commit

Permalink
Get CI to stop try to use nvidia
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <[email protected]>
  • Loading branch information
andyneff committed Dec 4, 2024
1 parent c23afc1 commit 9165fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/int/test-new_just.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ begin_test "New just docker test"
fi

# for some reason, I only have this tty issue on Windows running through xargs, and only here
assert_regex_eq "$(DOCKER_COMPOSE_EXTRA_RUN_ARGS='-T' just run yaan pip freeze --all)" \
assert_regex_eq "$(DOCKER_COMPOSE_EXTRA_RUN_ARGS='-T' JTEST_NVIDIA_VISIBLE_DEVICES= just run yaan pip freeze --all)" \
"pip==.*setuptools==.*wheel==.*"

just docker compose down
Expand Down

0 comments on commit 9165fa6

Please sign in to comment.