mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
update CI so that tests don't fail
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
2
.github/workflows/test_ci.yml
vendored
2
.github/workflows/test_ci.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10; sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9
|
||||
- name: Fetch Dependency
|
||||
run: git submodule update --init
|
||||
- name: Install Python dependencies
|
||||
run: python3 -m pip install -r wrapper/python/requirements.txt --user
|
||||
- name: Execute Tests
|
||||
run: make
|
||||
- name: Cleanup
|
||||
|
||||
Reference in New Issue
Block a user