File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 26
26
- macos-latest
27
27
steps :
28
28
- uses : actions/checkout@v4
29
- - uses : astral-sh/setup-uv@v5
29
+ - uses : astral-sh/setup-uv@v6
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Sync
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - uses : astral-sh/setup-uv@v5
51
+ - uses : astral-sh/setup-uv@v6
52
52
with :
53
+ activate-environment : true
53
54
python-version : " 3.10"
54
55
- name : Install with min requirements
55
56
run : uv sync --no-dev --resolution=lowest-direct
61
62
runs-on : ubuntu-latest
62
63
steps :
63
64
- uses : actions/checkout@v4
64
- - uses : astral-sh/setup-uv@v5
65
+ - uses : astral-sh/setup-uv@v6
65
66
- name : Sync
66
67
run : uv sync
67
68
- name : Install any pre-releases of pystac
75
76
if : github.event_name != 'pull_request'
76
77
steps :
77
78
- uses : actions/checkout@v4
78
- - uses : astral-sh/setup-uv@v5
79
+ - uses : astral-sh/setup-uv@v6
79
80
- name : Sync
80
81
run : uv sync
81
82
- name : Install pystac from main
91
92
shell : bash -el {0}
92
93
steps :
93
94
- uses : actions/checkout@v4
94
- - uses : astral-sh/setup-uv@v5
95
+ - uses : astral-sh/setup-uv@v6
95
96
- name : Install pandoc
96
97
run : sudo apt-get install -y pandoc
97
98
- name : Sync
You can’t perform that action at this time.
0 commit comments