Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: More CI #39

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

feat: More CI #39

wants to merge 19 commits into from

Conversation

trvto
Copy link
Contributor

@trvto trvto commented Mar 27, 2025

No description provided.

@trvto trvto force-pushed the travis/uppdate-ci branch 9 times, most recently from 89966c5 to 171a71e Compare March 27, 2025 17:09
@trvto trvto force-pushed the travis/uppdate-ci branch from d7ded10 to 1e01099 Compare April 2, 2025 12:46
@trvto trvto force-pushed the travis/uppdate-ci branch 2 times, most recently from 52a816c to c59d86c Compare April 4, 2025 12:06
tests/guppy.rs Outdated
Comment on lines 16 to 31
let process::Output {
status,
stdout: _,
stderr: _,
} = Command::new("pip")
.arg("install")
.arg("-r")
.arg("guppy_examples/requirements.txt")
.stdin(Stdio::null())
.stdout(Stdio::piped())
.stderr(Stdio::piped())
.output()
.unwrap();
assert!(status.success());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you uv run cargo test instead of doing dependency management in the test itself?

@trvto trvto force-pushed the travis/uppdate-ci branch 3 times, most recently from ee32fa6 to 8a6e4e2 Compare April 4, 2025 13:21
@trvto trvto force-pushed the travis/uppdate-ci branch from 8a6e4e2 to fb70f24 Compare April 4, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants