Skip to content

Commit

Permalink
I am undeterred
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed May 6, 2024
1 parent ff3af9e commit e63f937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cffi==1.16.0

# What we need
pycparser==2.21
pycparser==2.22

0 comments on commit e63f937

Please sign in to comment.