Skip to content

Commit

Permalink
mkdir -p first
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Sep 13, 2023
1 parent cdcc02b commit 2032857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-in-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runCmd: |
set -e;
stat ~/.config/pip;
mkdir -p ~/.config/pip/;
cat <<EOF >> ~/.config/pip/pip.conf
[global]
extra-index-url = https://cibuildwheel:${{ secrets.RAPIDSAI_PYPI_CI_PASSWORD }}@pypi.k8s.rapids.ai/simple
Expand Down

0 comments on commit 2032857

Please sign in to comment.