Skip to content

Commit

Permalink
Update conda-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa authored Jul 18, 2023
1 parent 532ba1a commit 7c3f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
echo "EXTRACTED_PKG_PATH=${{ github.workspace }}/pkg/" | tr "\\" "/" >> $GITHUB_ENV
echo "VER_JSON_PATH=${{ github.workspace }}/version.json" | tr "\\" "/" >> $GITHUB_ENV
echo "PKG_PATH_IN_CHANNEL=${{ github.workspace }}/channel/${{ runner.os == 'Linux' && 'linux' || 'win' }}-64/" | tr "\\" "/" >> $GITHUB_ENV
echo "EXAMPLES_PATH=${{ env.CONDA_PREFIX }}/${{ runner.os == 'Linux' && 'lib' || 'Lib' }}/python${{ matrix.python }}/site-packages/numba_dpex/examples/" | tr "\\" "/" >> $GITHUB_ENV
echo "EXAMPLES_PATH=$CONDA_PREFIX/${{ runner.os == 'Linux' && 'lib' || 'Lib' }}/python${{ matrix.python }}/site-packages/numba_dpex/examples/" | tr "\\" "/" >> $GITHUB_ENV
- name: Download artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 7c3f2ae

Please sign in to comment.