Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e44a014

Browse files
committed
fiagnose flit desease
1 parent 48124b9 commit e44a014

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build_wppm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
# run: |
4949
# python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
5050

51+
- name: try diagnos flit problem
52+
shell: bash
53+
run: |
54+
git status
5155
5256
- name: Build sdist
5357
shell: bash

.github/workflows/build_wppm_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
# run: |
4949
# python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
5050

51+
- name: try diagnos flit problem
52+
shell: bash
53+
run: |
54+
git status
5155
5256
- name: Build sdist
5357
shell: bash

0 commit comments

Comments
 (0)