Skip to content

Commit

Permalink
update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 30, 2024
1 parent 033eb35 commit 159760f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/runGitHubTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Install Python dependencies
run: pip3 install -U referencing jsonschema

# Necessary for amgcl
- name: install dependencies for amgcl
run: sudo apt install libcanberra-gtk-module

# Use the submodules' remote-tracking branches
- name: Update submodules
run: git submodule update --init
Expand Down

0 comments on commit 159760f

Please sign in to comment.