File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,14 @@ jobs:
6969 steps :
7070 - name : Set up just
7171 uses : extractions/setup-just@v2
72- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
72+ - uses : astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2
7473 with :
7574 python-version : ' 3.13'
76- cache : pip
75+ enable-cache : true
76+ # - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
77+ # with:
78+ # python-version: '3.13'
79+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7780 - run : just sync
7881 - run : python -Ic 'import re3data; print(re3data.__version__)'
7982 - run : re3data --version
You can’t perform that action at this time.
0 commit comments