We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2f0bc commit 76443d4Copy full SHA for 76443d4
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
cache: 'pip'
21
cache-dependency-path:
22
- rrequirements.txt
+ requirements.txt
23
24
25
0 commit comments