We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3612999 + e7937ae commit d22ac20Copy full SHA for d22ac20
.github/workflows/pythonpackage.yml
@@ -26,10 +26,10 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
allow-prereleases: true
29
- - name: Install dependencies
+ - name: Install project and dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install -r requirements.txt
+ pip install .
33
- name: Lint with flake8
34
35
pip install flake8
0 commit comments