We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f27bf commit ac0aabdCopy full SHA for ac0aabd
1 file changed
.github/workflows/python-app.yml
@@ -16,6 +16,9 @@ jobs:
16
ci:
17
runs-on: ubuntu-latest
18
steps:
19
+ - name: Display the path
20
+ shell: bash
21
+ run: echo $PATH
22
- uses: actions/checkout@v4
23
24
- name: Set up Python 3.10
0 commit comments