From 6a4e24b58a8d94620116eed3acbc755d9ae30163 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Fri, 12 Apr 2024 11:06:12 -0500 Subject: [PATCH] Add versioneer to no build isolation unstable CI environ --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba786cf..fbb96da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,7 @@ jobs: if: matrix.experimental == true shell: bash -l {0} run: | + python -m pip install versioneer; \ python -m pip install \ -f https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \ --trusted-host pypi.anaconda.org \