Skip to content

Commit

Permalink
chore: update ci requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 27, 2023
1 parent 5b04562 commit c974576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:

- name: Install deps
run: |
pip3 install -r requirements_api.txt -r requirements_worker.txt -r requirements_dev.txt
pip3 install -r requirements-api.txt \
-r requirements-streaming.txt \
-r requirements-cron.txt \
-r requirements-common.txt \
-r requirements-dev.txt
- name: Bring up stack
run: make up-dbs && sleep 30
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:

- name: Install deps
run: |
pip3 install -r requirements_api.txt -r requirements_worker.txt -r requirements_dev.txt
pip3 install -r requirements-api.txt \
-r requirements-streaming.txt \
-r requirements-cron.txt \
-r requirements-common.txt \
-r requirements-dev.txt
- name: Bring up stack
run: make up-dbs && sleep 30
Expand Down

0 comments on commit c974576

Please sign in to comment.