Skip to content

Commit 82396a2

Browse files
authored
MAINT: Need to be explicit with action path while using pixi run too (#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'
1 parent e079997 commit 82396a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ runs:
4545
INPUT_ANACONDA_NIGHTLY_UPLOAD_TOKEN: ${{ inputs.anaconda_nightly_upload_token }}
4646
INPUT_ANACONDA_NIGHTLY_UPLOAD_LABELS: ${{ inputs.anaconda_nightly_upload_labels }}
4747
run: |
48-
pixi run ${{ github.action_path }}/upload_wheels.sh
48+
pixi run --manifest-path ${{ github.action_path }}/pixi.toml ${{ github.action_path }}/upload_wheels.sh

0 commit comments

Comments
 (0)