Skip to content

Commit

Permalink
updated lock command (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce13950 authored Jan 14, 2025
1 parent cc927d7 commit da60dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
key: ${{ runner.os }}-huggingface-models
- name: Install dependencies
run: |
poetry lock --check
poetry check --lock
poetry install --with dev
- name: Unit Test
run: make unit-test
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
key: ${{ runner.os }}-huggingface-models
- name: Install dependencies
run: |
poetry lock --check
poetry check --lock
poetry install --with dev
- name: Check format
run: make check-format
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
key: ${{ runner.os }}-huggingface-models
- name: Install dependencies
run: |
poetry lock --check
poetry check --lock
poetry install --with dev,jupyter
- name: Install pandoc
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit da60dfe

Please sign in to comment.