Skip to content

Commit

Permalink
Compress
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Sep 5, 2024
1 parent 4af4208 commit 188a5e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Install & activate
run: uv sync --python ${{ matrix.python }}

- name: Test
run: uv run python -m unittest discover tests
run: uv run --python ${{ matrix.python }} python -m unittest discover tests

- name: Test with oldest-supported-numpy
run: |
Expand Down

0 comments on commit 188a5e2

Please sign in to comment.