Skip to content

Commit

Permalink
pin hatchling to get CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
raisadz committed Nov 10, 2024
1 parent 18e6f6d commit f18b9ae
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 @@ -34,6 +34,8 @@ jobs:
- name: install-altair-dev
run: |
cd altair
# temporary pin to get CI green
uv pip install "hatchling<1.26" --system
uv pip install -e ".[dev, all]" --system
- name: install-narwhals-dev
run: |
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
run: |
cd marimo
. .venv/bin/activate
# temporary pin to get CI green
uv pip install "hatchling<1.26"
uv pip install -e ".[dev]"
which python
- name: install-narwhals-dev
Expand Down

0 comments on commit f18b9ae

Please sign in to comment.