From 8fc893c5e61242ab10f03e3000018581e104de6d Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Mon, 16 Dec 2024 10:44:18 +0100 Subject: [PATCH] fix Signed-off-by: Johannes Mueller --- .github/workflows/pytest.yml | 6 +++--- .github/workflows/wheelbuild-benchmark-test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6f09209b..f089d858 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -33,13 +33,13 @@ jobs: - name: Install python essentials run: | python -m pip install --upgrade pip uv - uv pip install -U setuptools setuptools_scm wheel + uv --system pip install -U setuptools setuptools_scm wheel - name: Install dependencies complete if: matrix.only-minimal != true - run: uv pip install -e .[all,testing] + run: uv --system pip install -e .[all,testing] - name: Install dependencies minimal if: matrix.only-minimal == true - run: uv pip install -e .[testing] + run: uv --system pip install -e .[testing] - name: Unit tests run: pytest - name: Notebook flow tests diff --git a/.github/workflows/wheelbuild-benchmark-test.yml b/.github/workflows/wheelbuild-benchmark-test.yml index 18a138aa..e0946005 100644 --- a/.github/workflows/wheelbuild-benchmark-test.yml +++ b/.github/workflows/wheelbuild-benchmark-test.yml @@ -4,7 +4,7 @@ on: pull_request: branches: [develop, master] push: - branches: [ci-debug] + branches: [] jobs: