Skip to content

Commit 17a4b63

Browse files
committed
cleanup
1 parent 3b3b1d5 commit 17a4b63

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,18 @@ jobs:
6969
- uses: actions/checkout@v4
7070
with:
7171
persist-credentials: false
72-
- name: Install python
73-
uses: actions/setup-python@v5
74-
with:
75-
cache: 'pip'
76-
python-version: 3.9
77-
- name: Install just
78-
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
7972
- name: Install uv
8073
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
8174
with:
8275
enable-cache: true
8376
python-version: ${{ matrix.python-version }}
84-
- name: Install dependencies
85-
shell: bash
86-
run: just install
8777
- id: setup-mongodb
8878
uses: mongodb-labs/drivers-evergreen-tools@master
8979
with:
9080
version: "${{ matrix.mongodb-version }}"
9181
topology: replica_set
9282
- name: Run tests
93-
run: just test
83+
run: uv run --extra test pytest -v
9484

9585
doctest:
9686
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)