Skip to content

Commit

Permalink
Add cache of dependencies in GitHub action (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Apr 28, 2023
1 parent 7bf2958 commit 17539a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/webviz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: frontend/package-lock.json

- name: ℹ️ Node and npm versions
run: |
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: pip

- name: 📦 Install poetry and dependencies
working-directory: ./backend
Expand Down

0 comments on commit 17539a6

Please sign in to comment.