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 d5fba4f commit 4bc17e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
with:
submodules: True
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
path: ".lock"
merge-multiple: True
Expand All @@ -55,7 +55,7 @@ jobs:
- run: "python -m pip install -r .tools/requirements/core.in"
- run: "copier update --defaults --vcs-ref $(git rev-parse HEAD:submodules/template)"
- run: "python .tools/scripts/core.py sync"
- run: "ls .lock"
- run: "uv pip install --system --break-system-packages -r .lock/requirements_ubuntu-22.04_3.11_opencv-contrib-python-headless.txt"
- uses: "stefanzweifel/[email protected]"
with:
commit_message: "Lock requirements."

0 comments on commit 4bc17e4

Please sign in to comment.