From 4a79af69e83938bd18ad2e81484d08c2cb90f779 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Wed, 29 May 2024 21:42:08 -0400 Subject: [PATCH] I forgot to install mpmath package for Python. --- .github/workflows/astronomy-engine-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astronomy-engine-tests.yml b/.github/workflows/astronomy-engine-tests.yml index 2e65138c..9d7d7964 100644 --- a/.github/workflows/astronomy-engine-tests.yml +++ b/.github/workflows/astronomy-engine-tests.yml @@ -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