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

Update check_output() call in tests.yml workflow #5537

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

beeankha
Copy link
Member

@beeankha beeankha commented Nov 14, 2024

A follow-up PR related to #5483

Builds are failing (see example here) due to check_output() returning a bytes object instead of a string; per discussion with @kenodegard , I've added text=True so that a str will be returned, and also a .strip() to avoid any potential extra whitespace.

@beeankha beeankha added this to the 24.11.x milestone Nov 14, 2024
@beeankha beeankha requested a review from a team as a code owner November 14, 2024 18:12
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Nov 14, 2024
beckermr
beckermr previously approved these changes Nov 14, 2024
@beeankha beeankha changed the base branch from main to 24.11.x November 14, 2024 18:20
@beeankha beeankha dismissed beckermr’s stale review November 14, 2024 18:20

The base branch was changed.

@beeankha beeankha enabled auto-merge (squash) November 14, 2024 18:32
Copy link

codspeed-hq bot commented Nov 14, 2024

CodSpeed Performance Report

Merging #5537 will not alter performance

Comparing beeankha:update-check-output (a0fb7b9) with main (d871f14)

Summary

✅ 5 untouched benchmarks

@beeankha beeankha merged commit 11cd27d into conda:24.11.x Nov 14, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants