Skip to content

Commit

Permalink
ci: temporarily pin olama (#1422)
Browse files Browse the repository at this point in the history
* ci: temporarily pin olama

* ci: temporarily pin olama
  • Loading branch information
MarcoGorelli authored Nov 22, 2024
1 parent cc6d583 commit 21b8436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ jobs:
run: |
uv pip uninstall narwhals --system
uv pip install -e . --system
# temporarily pin websockets to get CI green
uv pip install "websockets<14.0" --system
# temporarily pin ollama to get CI green
uv pip install "ollama<0.4.0" --system
- name: show-deps
run: uv pip freeze
- name: Run `make narwhals-test-integration`
Expand Down

0 comments on commit 21b8436

Please sign in to comment.