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

Skip to content

Commit 5e25fbf

Browse files
authored
Merge pull request #1782 from stonebig/master
fiagnose flit desease
2 parents af45d5b + e44a014 commit 5e25fbf

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)