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 e100faf commit e1be637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
IMAGE_NAME: ${{ github.repository }}
# Allow mismatch with the lock file because imb_db can only be installed
# on x86_64 systems.
BUNDLE_FROZEN: 0
BUNDLE_DEPLOYMENT: 0
BUNDLE_GEMFILE: noop.lock

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

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

0 comments on commit e1be637

Please sign in to comment.