From c9c97f304acbe4300917d3be09db69996dc5a38c Mon Sep 17 00:00:00 2001 From: Dmitrii Kapitan Date: Mon, 29 Apr 2024 17:02:39 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c050bcb1a..417238a0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,10 @@ jobs: environment-file: environment-dev.yml python-version: ${{ matrix.python }} miniconda-version: "latest" - + + - name: Set version for setuptools-scm + run: export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver + - name: Install Helios run: | python -m pip install -v .