Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ jobs:
- name: install-basics
run: uv pip install --upgrade tox virtualenv setuptools --system
- name: install-shiny-dev
env:
UV_SYSTEM_PYTHON: 1
run: |
cd py-shiny
uv pip install -e ".[dev,test]" --system
make narwhals-install-shiny
- name: install-narwhals-dev
run: |
uv pip uninstall narwhals --system
Expand All @@ -125,10 +127,4 @@ jobs:
- name: Run pytest
run: |
cd py-shiny
python tests/pytest/asyncio_prevent.py
pytest
- name: Run mypy
run: |
cd py-shiny
uv pip install mypy --system
mypy shiny
make narwhals-test-integration
Loading