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

ci(backport): Update CI permissions changes #2505

Merged
merged 5 commits into from
May 30, 2024
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
Next Next commit
PR 2479
matthewfeickert committed May 30, 2024

Verified

This commit was signed with the committer’s verified signature.
matthewfeickert Matthew Feickert
commit 0b99937b86e98b88a131d9508162d283669570d8
2 changes: 1 addition & 1 deletion .github/workflows/lower-bound-requirements.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:

- name: Install dependencies and force lowest bound
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip 'setuptools<70.0.0' wheel
python -m pip --no-cache-dir install --constraint tests/constraints.txt .[test]
- name: List installed Python packages