cache deps to speed up workflows

pull/1799/head
alpharush 2 years ago
parent 18bbe56186
commit b622b03cf9
  1. 3
      .github/workflows/test.yml

@ -31,6 +31,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.8
cache: "pip"
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install ".[dev]"

Loading…
Cancel
Save