Skip to content

Commit 20e4a0c

Browse files
fix: adds python module verification step in the ci
1 parent a863f0b commit 20e4a0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/codeql.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
lfs: true
4646
submodules: 'recursive'
4747

48+
- name: Start tmate session
49+
uses: mxschmitt/action-tmate@v3
50+
with:
51+
# Optionally specify the tmate version you want to use
52+
tmate-version: '2.4.0'
53+
4854
- if: matrix.language == 'c-cpp'
4955
name: Setup environment
5056
run: |

0 commit comments

Comments
 (0)