Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed May 9, 2023
1 parent c1e5a3c commit 3c3e4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
needs: setup-node
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: 'node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 3c3e4dd

Please sign in to comment.