From b034f22dba7026d78329bd1261cc99e9cb5b829d Mon Sep 17 00:00:00 2001 From: Zhengbo Wang Date: Thu, 16 Jan 2025 21:45:23 +0800 Subject: [PATCH] revert wrong git --- .github/workflows/downstream_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/downstream_tests.yml b/.github/workflows/downstream_tests.yml index 6442d2a57..38c555fc4 100644 --- a/.github/workflows/downstream_tests.yml +++ b/.github/workflows/downstream_tests.yml @@ -373,6 +373,8 @@ jobs: git clone https://github.com/matthewwardrop/formulaic.git --depth=1 cd formulaic git log + - name: install-basics + run: uv pip install --upgrade tox virtualenv setuptools --system - name: create-hatch-env run: | cd formulaic @@ -388,6 +390,8 @@ jobs: uv pip uninstall narwhals --system uv pip install -e ./.. --system - name: show-deps + run: uv pip freeze + - name: run test run: | cd formulaic pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=formulaic --cov-report=xml -vv tests