Skip to content

Commit 619a8c1

Browse files
committed
update uv action
1 parent 8ccbb6e commit 619a8c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Set up Python and uv
2121
uses: astral-sh/setup-uv@v6
2222
with:
23+
activate-environment: true
2324
python-version: "3.11"
2425

2526
- name: Install dependencies
@@ -43,9 +44,10 @@ jobs:
4344
- uses: actions/checkout@v4
4445

4546
- name: Set up Python and uv
46-
uses: astral-sh/setup-uv@v4
47+
uses: astral-sh/setup-uv@v6
4748
with:
4849
python-version: ${{ matrix.python-version }}
50+
activate-environment: true
4951

5052
- name: Install dependencies
5153
run: |
@@ -84,6 +86,7 @@ jobs:
8486
uses: astral-sh/setup-uv@v6
8587
with:
8688
python-version: "3.11"
89+
activate-environment: true
8790

8891
- name: Install dependencies
8992
run: |
@@ -144,6 +147,7 @@ jobs:
144147
uses: astral-sh/setup-uv@v6
145148
with:
146149
python-version: "3.11"
150+
activate-environment: true
147151

148152
- name: Build cloudpathlib
149153
run: |

0 commit comments

Comments
 (0)