We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc74a3 commit 327ab8eCopy full SHA for 327ab8e
.github/workflows/python-app.yml
@@ -12,4 +12,7 @@ jobs:
12
uses: actions/setup-python@v5
13
with:
14
python-version: 3.12
15
- cache: 'pip'
+ cache: 'pip'
16
+
17
+ - name: Install dependencies
18
+ run: pip install
0 commit comments