Skip to content

Commit

Permalink
fixup! wat
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 13, 2024
1 parent 2c0ee29 commit a9b8d25
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,13 @@ jobs:
- "3.12"
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
id: install_python
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v3

- name: install uv
uses: astral-sh/[email protected]
with:
enable-cache: true

- run: uv run --group tests pytest -vv -x --randomly-dont-reorganize
- name: run tests
run: uv run --group tests pytest -vv -x --randomly-dont-reorganize
env:
NUMBA_CAPTURED_ERRORS: new_style

Expand Down

0 comments on commit a9b8d25

Please sign in to comment.