File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 run : uv run pytest tests --block-network --record-mode=none
4545
4646 coverage :
47+ if : false # exclude on pystac v2 for now
4748 name : coverage
4849 runs-on : ubuntu-latest
4950 permissions :
7273 run : uv run coverage report
7374
7475 without-orjson :
76+ if : false # exclude on pystac v2 for now
7577 runs-on : ubuntu-latest
7678 steps :
7779 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8789 # This checks to make sure any API changes haven't broken any of the
8890 # benchmarks. It doesn't do any actual benchmarking, since (IMO) that's not
8991 # appropriate for CI on GitHub actions.
92+ if : false # exclude on pystac v2 for now
9093 runs-on : ubuntu-latest
9194 steps :
9295 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -105,6 +108,7 @@ jobs:
105108
106109 docs :
107110 runs-on : ubuntu-latest
111+ if : false # exclude on pystac v2 for now
108112 steps :
109113 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110114 - uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
You can’t perform that action at this time.
0 commit comments