Skip to content

Commit

Permalink
uv
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 30, 2024
1 parent 3bed881 commit 59dd7e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
pip install --upgrade hatch
hatch run test
pip install uv
uv pip install --system ".[test,dev]"
pytest --ignore gosling/examples --ignore tools/altair --doctest-modules gosling

0 comments on commit 59dd7e4

Please sign in to comment.