diff options
| author | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:29:03 -0400 |
|---|---|---|
| committer | Joshua Lusk <luskjh@gmail.com> | 2026-05-25 20:29:03 -0400 |
| commit | 65ce75c96edfe6aaee3d9620b850b31f2e736bce (patch) | |
| tree | 2a0300629772fea62d5d566a8a44da6336856dca | |
| parent | 88c03234a866636a2945fce64a66c1bd8126254e (diff) | |
install dependencies in ci
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c84efec..600d556 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,5 +17,6 @@ jobs: - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: enable-cache: true + - make: install - run: echo "${{ secrets.VAULT_PASS }}" > .vault_pass - run: ./pre-commit.sh |
