We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327ab8e commit bf80a34Copy full SHA for bf80a34
.github/workflows/python-app.yml
@@ -15,4 +15,6 @@ jobs:
15
cache: 'pip'
16
17
- name: Install dependencies
18
- run: pip install
+ run: |
19
+ python -m pip install --upgrade pip
20
+ pip install build
0 commit comments