Skip to content

Commit 6bd2794

Browse files
committed
Remove duplicate requirements file.
1 parent 2375bec commit 6bd2794

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install -r requirements.txt
41+
pip install -r requirements/production.txt
4242
- name: Lint with flake8
4343
run: |
4444
pip install flake8

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)