Skip to content

Commit

Permalink
Install cython in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro-mips committed Oct 16, 2024
1 parent 0519aa0 commit 105f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get -y install libboost-dev
sudo apt-get -y install libboost-dev cython3
- name: Create Build Directory
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit 105f2c7

Please sign in to comment.