Skip to content

Commit

Permalink
Limit necessary reqs to build img
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Sep 19, 2024
1 parent 953078c commit cee2fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: arc-runner-set
runs-on: arc-runner-set # K8s self hosted runner
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -27,7 +27,7 @@ jobs:
id: pip-install
run: |
python -m pip install --upgrade pip wheel pip-tools
pip-sync requirements/base/base.txt requirements/dev/dev.txt
pip-sync requirements/dev/dev.txt
- name: Login to Docker
id: docker-login
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: arc-runner-set
runs-on: arc-runner-set # K8s self hosted runner
env:
DJANGO_SETTINGS_MODULE: hip.settings.dev
services:
Expand Down

0 comments on commit cee2fa2

Please sign in to comment.