8000 More Sphinx pins for Dependabot by bbayles · Pull Request #82 · ada-url/ada-python · GitHub
[go: up one dir, main page]

Skip to content

More Sphinx pins for Dependabot #82

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 8 commits into from
May 6, 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
Prev Previous commit
Next Next commit
We can do this
  • Loading branch information
bbayles committed May 6, 2024
commit 1c0f2a22a82696d0fcd15f81d3c5d0e57b6d60bb
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
types:
- published

env:
PIP_BREAK_SYSTEM_PACKAGES: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
make requirements req_args="--break-system-packages"
make requirements
python -m build --no-isolation --sdist
- uses: actions/upload-artifact@v3
with:
Expand Down
0