Skip to content

Commit 8c3924a

Browse files
Add code style check and fix commands
1 parent 387959f commit 8c3924a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
cache: 'pip'
1313
- name: Install dependencies
1414
run: pip install -r requirements.txt
15+
- uses: actions/cache@v3
16+
with:
17+
path: ~/.cache/pip
18+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
19+
restore-keys: |
20+
${{ runner.os }}-pip-
1521
1622
code-style:
1723
name: Code style

0 commit comments

Comments
 (0)