We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c545230 commit 6f417fdCopy full SHA for 6f417fd
.github/workflows/issue-791.yml
@@ -12,14 +12,4 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v5
14
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
+ python-version: 3.9
0 commit comments