Skip to content

Commit a060701

Browse files
committed
s
1 parent c1d27eb commit a060701

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)