From e1be637e43fc50a5df215ddc6497e54729842397 Mon Sep 17 00:00:00 2001 From: James Armes Date: Thu, 8 Aug 2024 17:17:20 -0400 Subject: [PATCH] Allow changes to the lock file. --- .github/workflows/branch.yml | 3 +-- .github/workflows/main.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 220c7a0..dd11a68 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 794b9ee..f17f090 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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