Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 9, 2024
1 parent 4594259 commit cebe047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
python-version: "3.11"
- run: "python -m pip install $(grep uv== ${{ env.lock }})"
- run: "uv pip install --system --break-system-packages -r ${{ env.lock }}"
- run: "uv pip install --system --break-system-packages --no-deps -r ${{ env.lock }}"
- run: "copier update --defaults --vcs-ref $(git rev-parse HEAD:submodules/template)"
- run: "python .tools/scripts/core.py sync"
- uses: "stefanzweifel/git-auto-commit-action@v5.0.0"
Expand Down

0 comments on commit cebe047

Please sign in to comment.