Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Rename requirements-prod.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Sep 1, 2023
1 parent cb769fb commit ed0216a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Install Python dependencies"
run: |
pip install --no-cache-dir --upgrade pip setuptools wheel
pip install --no-cache-dir --requirement reqs/requirements-prod.txt
pip install --no-cache-dir --requirement reqs/requirements-main.txt
pip install --no-cache-dir --requirement reqs/requirements-lint.txt
pip list
- name: "Check format"
Expand All @@ -66,7 +66,7 @@ jobs:
- name: "Install Python dependencies"
run: |
pip install --no-cache-dir --upgrade pip setuptools wheel
pip install --no-cache-dir --requirement reqs/requirements-prod.txt
pip install --no-cache-dir --requirement reqs/requirements-main.txt
pip install --no-cache-dir --requirement reqs/requirements-test.txt
pip list
- name: "Run tests"
Expand Down
2 changes: 1 addition & 1 deletion reqs/requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements-prod.txt
-r requirements-main.txt
-r requirements-lint.txt
-r requirements-test.txt

Expand Down
File renamed without changes.

0 comments on commit ed0216a

Please sign in to comment.