Skip to content

Commit

Permalink
revert wrong git
Browse files Browse the repository at this point in the history
  • Loading branch information
luke396 committed Jan 16, 2025
1 parent d0f6e6c commit b034f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b034f22

Please sign in to comment.