Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed May 14, 2024
1 parent afd484f commit cc036c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
pull_request:
paths:
- .github/workflows/run-tests.yml
- src**
- src/**
- tests/**
- pyproject.toml
- setup.py
Expand All @@ -37,7 +37,7 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
# python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ["3.9"]
python-version: ["3.9", "3.12"]

runs-on: ${{ matrix.os }}

Expand All @@ -56,8 +56,8 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Install ControlFlow
run: uv pip install --system ".[tests]"
run: uv pip install ".[tests]"

- name: Run tests
run: pytest -n auto -vv
run: pytest -vv
if: ${{ !(github.event.pull_request.head.repo.fork) }}

0 comments on commit cc036c3

Please sign in to comment.