Skip to content

Commit 105f2c7

Browse files
committed
Install cython in github workflow
1 parent 0519aa0 commit 105f2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Dependencies
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get -y install libboost-dev
19+
sudo apt-get -y install libboost-dev cython3
2020
2121
- name: Create Build Directory
2222
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)