Use the latest stable Python3 for Archery - #713
Merged
Conversation
|
Preview URL: https://kou.github.io/arrow-site If the preview URL doesn't work, you may forget to configure your fork repository for preview. |
kou
commented
Oct 8, 2025
Comment on lines
21
to
-31
| @@ -28,7 +34,6 @@ permissions: | |||
| jobs: | |||
| devdocs: | |||
| name: Fetch and upload dev docs | |||
| if: github.repository == 'apache/arrow-site' | |||
Member
Author
There was a problem hiding this comment.
This is for testing on PR and fork.
Comment on lines
-60
to
+75
| echo "::set-output name=LATEST::$(archery crossbow latest-prefix --no-fetch nightly-tests)" | ||
| id: build | ||
| echo "LATEST=$(archery crossbow latest-prefix --no-fetch nightly-tests)" >> "${GITHUB_ENV}" | ||
|
|
||
| - name: Download the crossbow docs artifact | ||
| run: | | ||
| archery crossbow --queue-path ./crossbow download-artifacts --no-fetch --task-filter "*docs" --target-dir downloads ${{ steps.build.outputs.LATEST }} | ||
| archery crossbow \ | ||
| --queue-path ./crossbow \ | ||
| download-artifacts \ | ||
| --no-fetch \ | ||
| --task-filter "*docs" \ | ||
| --target-dir downloads \ | ||
| ${LATEST} |
Member
Author
There was a problem hiding this comment.
This is not a needed change. This just stop using deprecate ::set-output.
Comment on lines
+95
to
+98
| if: >- | ||
| github.repository == 'apache/arrow-site' && | ||
| (github.event_name == 'workflow_dispatch' || | ||
| github.event_name == 'schedule') |
Member
Author
There was a problem hiding this comment.
Upload docs only on apache/arrow-site.
lidavidm
approved these changes
Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #708