We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c147d commit 774c35dCopy full SHA for 774c35d
1 file changed
.github/workflows/tests.yml
@@ -20,8 +20,6 @@ jobs:
20
run: py -c "import windows.generated_def"
21
tests:
22
# Not a real dependency : but starting tests when ctypes generation is broken is not useful
23
- needs: generate_ctypes
24
- timeout-minutes: 15
25
strategy:
26
fail-fast: false
27
matrix:
@@ -35,6 +33,10 @@ jobs:
35
33
- python-bitness-to-test: 64
36
34
python-architecture: x64
37
+ needs: generate_ctypes
+ timeout-minutes: 15
38
+ runs-on: ${{ matrix.runs-on }}
39
+
40
steps:
41
- uses: actions/checkout@v4
42
# Pfw testing need both 32b & 64b of tested python version for cross-bitness python injection tests
0 commit comments