We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cf3e0 commit f89a24aCopy full SHA for f89a24a
1 file changed
.github/workflows/tests.yml
@@ -76,7 +76,7 @@ jobs:
76
py -${{ matrix.python-version}}-64 setup.py install
77
78
- name: Installing pytest & capstone-windows
79
- run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest capstone-windows
+ run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest pytest-timeout capstone-windows
80
81
# Testing
82
- name: Testing
0 commit comments