Skip to content

Commit

Permalink
change python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaitz committed Nov 26, 2024
1 parent 33d915b commit 6d8f7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install 3.12
- run: uv python install 3.11
- run: uv sync --extra test
- run: uv pip install -e .
- run: uv run pytest tests/tests.py
Expand All @@ -20,6 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install 3.12
- run: uv python install 3.11
- run: uv build
- run: uv publish

0 comments on commit 6d8f7f9

Please sign in to comment.