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
I missed this in #96 but we need to be explicit while using `pixi run` too.

I was tripping into `could not find pixi.toml or pyproject.toml which is configured to use pixi` while on the `pixi run` step downstream.
  • Loading branch information
MridulS authored Sep 30, 2024
1 parent 40829e9 commit 3fcd15d
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 3fcd15d

Please sign in to comment.