Skip to content

Commit 191b10e

Browse files
Update python-app.yml
1 parent 94e91d0 commit 191b10e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-app.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ jobs:
77
runs-on: self-hosted
88

99
steps:
10-
- name: Add Non-Existent Path to PATH
11-
run: |
12-
echo "Adding non-existent path to PATH"
13-
echo "D:\Program Files\Perforce" >> $GITHUB_PATH
14-
10+
11+
- name: Verify PATH
12+
run: echo $PATH
1513
- name: Set up Python
1614
uses: actions/setup-python@v5
1715
with:

0 commit comments

Comments
 (0)