Skip to content

Commit

Permalink
More dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jul 24, 2024
1 parent d3af804 commit 5411c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.12"
- name: Install symd
run: |
sudo apt-get install libgsl-dev cmake
sudo apt-get install libgsl-dev cmake libxml2-dev libxslt1-dev
mkdir build && cd build && cmake .. && make && sudo make install
- name: Install dependencies
working-directory: python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.12"
- name: Install symd
run: |
sudo apt-get install libgsl-dev cmake
sudo apt-get install libgsl-dev cmake libxml2-dev libxslt1-dev
mkdir build && cd build && cmake .. && make && sudo make install
- name: Install dependencies
working-directory: python
Expand Down

0 comments on commit 5411c30

Please sign in to comment.