Skip to content

Commit

Permalink
Allow changes to the lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Aug 8, 2024
1 parent cd24096 commit e100faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# Allow mismatch with the lock file because imb_db can only be installed
# on x86_64 systems.
BUNDLE_FROZEN: 0
BUNDLE_DEPLOYMENT: 0

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# Allow mismatch with the lock file because imb_db can only be installed
# on x86_64 systems.
BUNDLE_FROZEN: 0
BUNDLE_DEPLOYMENT: 0

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e100faf

Please sign in to comment.