Skip to content

Commit

Permalink
cache deps (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Nov 22, 2021
1 parent 71f3067 commit a9ec080
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pytest.yml
Expand Up @@ -30,15 +30,16 @@ jobs:
- python-version: 3.9
test: coveralls
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Checkout repo
uses: actions/checkout@v2
- name: Install requirements for tests
run: |
pip install -r extra_requirements/requirements-tests.txt
cache: 'pip'
cache-dependency-path: 'extra_requirements/requirements-tests.txt'
- name: Install requirements
run: pip install -r extra_requirements/requirements-tests.txt
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.7.0
with:
Expand Down

0 comments on commit a9ec080

Please sign in to comment.