Skip to content

Commit

Permalink
Forgot the build and mypylibrary in PR #1177.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Oct 28, 2024
1 parent 9b15005 commit d04edb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Python packages
run: pip install -r python/requirements.txt
run: |
pip install -r python/requirements.txt
pip install build mypy
- name: Set up Julia
uses: julia-actions/setup-julia@v2
- name: Install & Configure Doxygen
Expand Down

0 comments on commit d04edb8

Please sign in to comment.