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

Fix Windows CI #533

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Fix Windows CI #533

merged 1 commit into from
Nov 4, 2024

Conversation

pmcollins
Copy link
Contributor

@pmcollins pmcollins commented Nov 4, 2024

Previous version of install-setuptools makefile target was causing the following error in CI only on Windows:

ERROR: To modify pip, please run the following command: python.exe -m pip install --upgrade pip setuptools wheel make: *** [Makefile:15: install-setuptools] Error 1

Previous version of install-setuptools makefile target was causing the following error in CI:

ERROR: To modify pip, please run the following command:
python.exe -m pip install --upgrade pip setuptools wheel
make: *** [Makefile:15: install-setuptools] Error 1
@pmcollins pmcollins added the Skip Changelog Skip Changelog label Nov 4, 2024
@pmcollins pmcollins marked this pull request as ready for review November 4, 2024 13:49
@pmcollins pmcollins requested review from a team as code owners November 4, 2024 13:49
@pmcollins pmcollins merged commit 3877e59 into main Nov 4, 2024
14 of 15 checks passed
@pmcollins pmcollins deleted the fix-windows-ci branch November 4, 2024 16:06
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Skip Changelog Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants