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

GH-44430: [CI][Swfit] Use setup-python to use "pip install" #44431

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

kou
Copy link
Member

@kou kou commented Oct 16, 2024

Rationale for this change

We can't use pip install with Ubuntu 24.04's Python.

What changes are included in this PR?

Use actions/setup-python instead of Ubuntu 24.04's Python.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Oct 16, 2024
Copy link

⚠️ GitHub issue #44430 has been automatically assigned in GitHub to PR creator.

@kou
Copy link
Member Author

kou commented Oct 16, 2024

+1

The following error is unrelated:

https://github.com/apache/arrow/actions/runs/11357784776/job/31591213976?pr=44431#step:5:1114

[51/77] Compiling Arrow ArrowType.swift
/arrow/swift/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
  public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
                                                                                                                                                                                                   ~~~~~~~~~ ^~~~~~~

@kou kou merged commit 3d8301c into apache:main Oct 16, 2024
5 of 6 checks passed
@kou kou deleted the ci-swift-ubuntu branch October 16, 2024 02:48
@kou kou removed the awaiting committer review Awaiting committer review label Oct 16, 2024
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 3d8301c.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 11 possible false positives for unstable benchmarks that are known to sometimes produce them.

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.

1 participant