File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments