Browse Source

fix: install requirements-dev.txt in github actions

pull/341/head
winkidney 2 years ago
parent
commit
9211b3cfd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/pythonpackage.yml

+ 1
- 1
.github/workflows/pythonpackage.yml View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Lint with flake8
run: |
make flake8-in-ci


Loading…
Cancel
Save