Skip to content

Commit

Permalink
post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 30, 2024
1 parent 2c546ec commit 9633bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

- name: install dependencies
run: |
pip install ".[docs]"
sudo apt-get -y update
sudo apt-get -y install graphviz libclang1-11 libclang-cpp11
pip install -e .[docs,lint,test]
- name: install doxygen from SF binary archives
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: install dependencies
run: |
pip install ".[docs,lint,test]"
pip install ".[test]"
- name: run the unit tests
run: make dev-test

0 comments on commit 9633bc4

Please sign in to comment.