Skip to content

Commit

Permalink
MAINT: Need to be explicit with action path while using pixi run too (#…
Browse files Browse the repository at this point in the history
…98)

* Provide '--manifest-path' option to 'pixi run' to ensure the environment is properly activated.

      --manifest-path <MANIFEST_PATH>
          The path to 'pixi.toml' or 'pyproject.toml'
  • Loading branch information
MridulS authored Sep 30, 2024
1 parent e079997 commit 82396a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ runs:
INPUT_ANACONDA_NIGHTLY_UPLOAD_TOKEN: ${{ inputs.anaconda_nightly_upload_token }}
INPUT_ANACONDA_NIGHTLY_UPLOAD_LABELS: ${{ inputs.anaconda_nightly_upload_labels }}
run: |
pixi run ${{ github.action_path }}/upload_wheels.sh
pixi run --manifest-path ${{ github.action_path }}/pixi.toml ${{ github.action_path }}/upload_wheels.sh

0 comments on commit 82396a2

Please sign in to comment.