Skip to content

Commit 0429b6f

Browse files
authored
Switch to uv (#63)
* updated to uv, removed poetry * test actions * retest
1 parent 95aab3e commit 0429b6f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test-package.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
matrix:
1919
python-version: ["3.12"]
2020
os: [ubuntu-latest, macOS-latest]
21-
steps:
22-
- uses: actions/checkout@v4
21+
steps:
22+
- uses: actions/checkout@v4
2323

24-
- name: Install uv
25-
uses: astral-sh/setup-uv@v2
24+
- name: Install uv
25+
uses: astral-sh/setup-uv@v2
2626

27-
- name: Set up Python
28-
run: uv python install
27+
- name: Set up Python
28+
run: uv python install
2929

30-
- name: Install the project
31-
run: uv sync --all-extras --dev
30+
- name: Install the project
31+
run: uv sync --all-extras --dev
3232

33-
- name: Run tests
34-
# For example, using `pytest`
35-
run: uv run pytest tests
33+
- name: Run tests
34+
# For example, using `pytest`
35+
run: uv run pytest tests
3636
# env:
3737
# POETRY_VIRTUALENVS_IN_PROJECT: true
3838
# steps:

0 commit comments

Comments
 (0)