File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments