Skip to content

Commit

Permalink
Revert "pin hatchling to get CI green"
Browse files Browse the repository at this point in the history
This reverts commit f18b9ae.
  • Loading branch information
raisadz committed Nov 10, 2024
1 parent f18b9ae commit e70b5a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ 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 @@ -83,8 +81,6 @@ 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 e70b5a2

Please sign in to comment.