8000 gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions by hugovk · Pull Request #109569 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions #109569

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

Merged
merged 3 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify a recent stable version to remove warning
Remove this warning from GHA's annotations/warnings:

The 'python-version' input is not set. The version of Python currently in 'PATH' will be used.
  • Loading branch information
hugovk committed Sep 19, 2023
commit 2b93f34623cdf44f9f4bfe6cb43aeb8d0e7bec13
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
path: config.cache
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: sudo ./.github/workflows/posix-deps-apt.sh
- name: Add ccache to PATH
Expand Down
0