Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Disable lockfile checks (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp23 authored Jul 8, 2022
1 parent 34e97da commit 5361c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

check-lockfile:
runs-on: ubuntu-18.04
if: ${{ false }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
key: poetry-venvs-${{ runner.os }}-3.8-${{ hashFiles('poetry.lock') }}
restore-keys: poetry-venvs-${{ runner.os }}-3.8-
- name: Check lockfile
if: ${{ false }}
run: |
make install
poetry lock --no-update
Expand Down

0 comments on commit 5361c38

Please sign in to comment.