This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
fix: install requirements-dev.txt in github actions
pull/341/head
winkidney
2 years ago
parent
533c00a08c
commit
9211b3cfd2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save