diff --git a/.github/workflows/windows_job.yml b/.github/workflows/windows_job.yml index b4ef8a70d6..0b4dc9e6f6 100644 --- a/.github/workflows/windows_job.yml +++ b/.github/workflows/windows_job.yml @@ -90,6 +90,21 @@ jobs: with: github-secret: ${{ github.token }} + - name: Add Conda scripts to GitHub path + run: echo "C:/Jenkins/Miniconda3/Scripts" >> $GITHUB_PATH + + - name: Debug cmd + shell: cmd + run: echo %PATH% + + - name: Debug bash (default) + shell: bash + run: echo $PATH + + - name: Debug bash (custom) + shell: bash -l {0} + run: echo $PATH + - name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }}) uses: actions/checkout@v3 with: