From 877c93c5d7fb2b09faae7e1094f1729e5972351f Mon Sep 17 00:00:00 2001 From: Connor French Date: Mon, 15 Jul 2024 15:00:28 -0500 Subject: [PATCH] add import test to macos latest workflow --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index de897a0..8f6749c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -41,3 +41,6 @@ jobs: pip install -r requirements.txt pip install -r requirements_tests.txt pip install . + - name: Test import + run: | + python -c "import spaceprime"