Skip to content

Commit 77c34b7

Browse files
committed
Update CI action
1 parent f430643 commit 77c34b7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ jobs:
1111
name: python-${{ matrix.python }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@main
15-
- name: Setup python-${{ matrix.python }}
16-
uses: actions/setup-python@main
14+
uses: actions/checkout@v4
15+
- name: Install uv
16+
uses: astral-sh/setup-uv@v6
1717
with:
1818
python-version: ${{ matrix.python }}
19-
cache: "pipenv"
20-
cache-dependency-path: "Pipfile"
21-
- name: Install Dependencies
22-
run: |
23-
pip install pipenv
24-
pipenv install -d
2519
- name: Test
26-
run: pipenv run pytest
20+
run: uv run --frozen pytest

0 commit comments

Comments
 (0)