Skip to content

Commit

Permalink
fixup! fixup! fixup! move lint ci to flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jan 9, 2025
1 parent 8a5b7a6 commit e89ab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
key: ${{ runner.os }}-${{ runner.arch }}-pypackages-${{ hashFiles('worker/uv.lock', 'proto/transcribee_proto/*.py') }}

- name: install dependencies
run: nix --extra-experimental-features 'nix-command flakes' develop ./packaging/install_dependencies.sh
run: nix --extra-experimental-features 'nix-command flakes' develop --command ./packaging/install_dependencies.sh

- name: cache pre-commit env
uses: actions/cache@v3
Expand Down

0 comments on commit e89ab3e

Please sign in to comment.