Skip to content

Commit

Permalink
I forgot to install mpmath package for Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed May 30, 2024
1 parent ad6cc89 commit 4a79af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astronomy-engine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.10'
- name: Install Python tools
run: python -m pip install --upgrade pip && pip install mypy
run: python -m pip install --upgrade pip && pip install mypy mpmath
- name: Install documentation tools Linux
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install -y doxygen xsltproc cppcheck
Expand Down

0 comments on commit 4a79af6

Please sign in to comment.