From 909cc22cdd37982ea47367d7fb5b507833649d1b Mon Sep 17 00:00:00 2001 From: timothyas Date: Tue, 28 Nov 2023 14:25:23 -0700 Subject: [PATCH] get versions... --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dab8b87..22adcf5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,8 @@ jobs: - name: Install xesn run: | conda list + python -V + python -c "import setuptools; print(setuptools.__version__)" python -m pip install -e . --no-deps - name: Run Unit Tests shell: bash -l {0}