Skip to content

Commit 6a29cc0

Browse files
authored
Fix upstream-dev CI (#406)
1 parent 5a810c8 commit 6a29cc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
python -m pip install --no-deps -e .
4848
- name: Run Tests
49+
if: success()
50+
id: status
4951
run: |
5052
pytest -rf -n auto --cov=./ --cov-report=xml \
5153
--report-log output-${{ matrix.python-version }}-log.jsonl

0 commit comments

Comments
 (0)