Skip to content

Commit

Permalink
Use the new env in github
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 17, 2024
1 parent e43f8ff commit b27aff0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/on_push_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:

- uses: prefix-dev/[email protected]
with:

pixi-version: v0.25.0
environments: py-docs

- name: Install rerun-sdk
run: |
Expand All @@ -72,11 +74,6 @@ jobs:
# because it is not actually going to run
RUSTFLAGS: "-Awarnings --cfg disable_web_viewer_server"
run: |
# Install latest release version of the Rerun SDK
# We don't actually want to build it, because then we'd be installing the dev version.
pixi run pip install -r rerun_py/requirements-doc.txt
pixi run pip install rerun-sdk==${{ needs.get-version.outputs.version }}
pixi run search-index build \
landing \
--url "https://edge.meilisearch.com" \
Expand Down

0 comments on commit b27aff0

Please sign in to comment.