Skip to content

Commit 9162b4f

Browse files
committed
Removed stfl_sig.py example from python_simplified.yml CI
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent be78720 commit 9162b4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python_simplified.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: GitHub actions simplified
22

33
on:
44
push:
5-
branches: [ "**" ]
5+
branches: ["**"]
66
pull_request:
7-
branches: [ "**" ]
7+
branches: ["**"]
88
repository_dispatch:
9-
types: [ "**" ]
9+
types: ["**"]
1010

1111
permissions:
1212
contents: read
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, macos-latest, windows-latest ]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
@@ -37,7 +37,7 @@ jobs:
3737
uv run examples/kem.py
3838
uv run examples/sig.py
3939
uv run examples/rand.py
40-
uv run examples/stfl_sig.py
40+
# uv run examples/stfl_sig.py
4141
4242
- name: Run unit tests
4343
run: |

0 commit comments

Comments
 (0)