Skip to content

Commit

Permalink
chore: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 8, 2025
1 parent 6466593 commit 065a015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Install deps
run: |
pip3 install -r requirements_api.txt -r requirements_worker.txt -r requirements_dev.txt
run: make install

- name: Bring up stack
run: make up-dbs && sleep 30
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
uses: actions/checkout@v2

- name: Install deps
run: |
pip3 install -r requirements_api.txt -r requirements_worker.txt -r requirements_dev.txt
run: make install

- name: Bring up stack
run: make up-dbs && sleep 30
Expand Down

0 comments on commit 065a015

Please sign in to comment.