From aeaf8b3f690b3b944991404fd455ccd1ccca0ba5 Mon Sep 17 00:00:00 2001 From: iasonkrom Date: Wed, 27 Mar 2024 20:02:11 -0500 Subject: [PATCH] sanity check --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f449be..90d03ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: shell: micromamba-shell {0} - name: Install Python dependencies run: | + which python + python -V pip install .[dev] - name: Test with pytest run: | @@ -75,6 +77,8 @@ jobs: shell: micromamba-shell {0} - name: Install Python dependencies run: | + which python + python -V pip install .[dev] - name: Test with pytest run: |