Skip to content

Commit

Permalink
build: Move requirements to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Oct 21, 2023
1 parent 357d1c9 commit 28d95a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/earnings_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install requirements
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install -r requirements/base.txt
python3 -m pip install -r requirements.txt
- name: Download earnings data
run: |
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt
-r ../requirements.txt
black
dtale
bpython

0 comments on commit 28d95a7

Please sign in to comment.