Skip to content

Commit

Permalink
ci: use 1.81 for cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 22, 2024
1 parent 7d4426d commit ace9c94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,16 @@ jobs:
working-directory: crates/cli
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- name: Install check-all-features
run: cargo install cargo-all-features
- name: Check
run: cargo check-all-features
- name: Test
run: cargo test -p stac-cli -F duckdb/bundled --all-features
run: cargo test -p stac-cli --all-features
- name: Install
run: uv sync
- name: Smoke test
Expand Down

0 comments on commit ace9c94

Please sign in to comment.