Skip to content

Commit

Permalink
Update pipself.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored May 31, 2024
1 parent 0991622 commit 4ddd684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipself.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
PYTHON_VERSION=3.9
RUNNER_TOOL_CACHE=/home/azureuser/actions-runner/_work/_tool
mkdir -p ${RUNNER_TOOL_CACHE}/Python/${PYTHON_VERSION}/x64
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz
tar -xzf Python-${PYTHON_VERSION}.tgz --directory ${RUNNER_TOOL_CACHE}/Python/${PYTHON_VERSION}/x64
touch ${RUNNER_TOOL_CACHE}/Python/${PYTHON_VERSION}/x64.complete
rm -f Python-${PYTHON_VERSION}.tgz
Expand Down

0 comments on commit 4ddd684

Please sign in to comment.