Skip to content

Commit 6f417fd

Browse files
Update issue-791.yml
1 parent c545230 commit 6f417fd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/issue-791.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,4 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.11
16-
17-
- name: Check directory
18-
run: |
19-
if [ -d "Users/priyagupta/actions-runner/_work/hostedtoolcache" ]; then
20-
echo "Python hostedtoolcache folder exists."
21-
else
22-
echo "Creating Python hostedtoolcache folder..."
23-
mkdir -p "Users/priyagupta/actions-runner/_work/hostedtoolcache"
24-
echo "Python hostedtoolcache folder created."
25-
fi
15+
python-version: 3.9

0 commit comments

Comments
 (0)