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 3e04ef3 commit cd24096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# Allow mismatch with the lock file because imb_db can only be installed
# on x86_64 systems.
BUNDLE_FROZEN: 0

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
runs-on: ubuntu-latest
env:
COVERAGE: 1
# Allow mismatch with the lock file because imb_db can only be installed
# on x86_64 systems.
BUNDLE_FROZEN: 0

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

0 comments on commit cd24096

Please sign in to comment.