Skip to content

Commit b8af550

Browse files
committed
a
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent 1d6888f commit b8af550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python_simplified.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
python-version: "3.10"
2828

29+
- name: Install liboqs-python
30+
run: |
31+
python -m pip install --upgrade pip
32+
pip install .
33+
2934
- name: Run examples
3035
run: |
3136
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)