Skip to content

Commit

Permalink
Add serverless-python-requirements to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 13, 2024
1 parent c07443f commit 976db4a
Show file tree
Hide file tree
Showing 3 changed files with 7,089 additions and 6,835 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Restore npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- name: Install dependencies
run: npm ci
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Loading

0 comments on commit 976db4a

Please sign in to comment.