Skip to content

Commit 2ba79be

Browse files
keewismathause
andauthored
Apply suggestions from code review
Co-authored-by: Mathias Hauser <[email protected]>
1 parent 3ccaf95 commit 2ba79be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "workflow passed"
8181
export STATUS=0
8282
elif [[ "${{ steps.action-run.outcome }}" == "failure" && ${{ matrix.expected-failure }} == "true" ]]; then
83-
# normal pass
83+
# expected failure
8484
echo "workflow xfailed"
8585
export STATUS=0
8686
else

minimum_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def parse_environment(text):
107107
for dep in env["dependencies"]:
108108
spec, warnings_ = Spec.parse(dep)
109109

110-
warnings.append(warnings_)
111110
specs.append(spec)
111+
warnings.append(warnings_)
112112

113113
return specs, warnings
114114

0 commit comments

Comments
 (0)