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:
69
69
- uses : actions/checkout@v4
70
70
with :
71
71
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
79
72
- name : Install uv
80
73
uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
81
74
with :
82
75
enable-cache : true
83
76
python-version : ${{ matrix.python-version }}
84
- - name : Install dependencies
85
- shell : bash
86
- run : just install
87
77
- id : setup-mongodb
88
78
uses : mongodb-labs/drivers-evergreen-tools@master
89
79
with :
90
80
version : " ${{ matrix.mongodb-version }}"
91
81
topology : replica_set
92
82
- name : Run tests
93
- run : just test
83
+ run : uv run --extra test pytest -v
94
84
95
85
doctest :
96
86
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments