1 parent c1c48ce commit e008f4dCopy full SHA for e008f4d
1 file changed
.github/workflows/ci.yml
@@ -109,10 +109,6 @@ jobs:
109
- name: Run packaging smoke tests
110
run: python -m pytest tests/test_packaging.py -q
111
112
- - name: Build and install package artifacts
113
- run: |
114
- python -m pip install build
115
- python benchmarks/package_smoke.py
116
- name: Run AGENTS mirror tests
117
run: >
118
python -m pytest -q --import-mode=importlib
@@ -127,3 +123,8 @@ jobs:
127
123
128
124
- name: Run test suite
129
125
run: python -m pytest -q --tb=short
126
+
+ - name: Build and install package artifacts
+ run: |
+ python -m pip install build
130
+ python benchmarks/package_smoke.py
0 commit comments