Skip to content

Commit e008f4d

Browse files
committed
Run package smoke after repository checks
1 parent c1c48ce commit e008f4d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ jobs:
109109
- name: Run packaging smoke tests
110110
run: python -m pytest tests/test_packaging.py -q
111111

112-
- name: Build and install package artifacts
113-
run: |
114-
python -m pip install build
115-
python benchmarks/package_smoke.py
116112
- name: Run AGENTS mirror tests
117113
run: >
118114
python -m pytest -q --import-mode=importlib
@@ -127,3 +123,8 @@ jobs:
127123
128124
- name: Run test suite
129125
run: python -m pytest -q --tb=short
126+
127+
- name: Build and install package artifacts
128+
run: |
129+
python -m pip install build
130+
python benchmarks/package_smoke.py

0 commit comments

Comments
 (0)