Skip to content

Commit

Permalink
Cache python env
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Nov 8, 2022
1 parent 52926bf commit c785322
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:
run: sudo apt-get update -y
- name: APT Install
run: sudo apt-get install -y --no-install-recommends libjpeg-dev
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
- name: Install remotecv
run: make setup
run: pip install --upgrade --upgrade-strategy eager -e .[dev]
- run: docker-compose pull
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
Expand Down

0 comments on commit c785322

Please sign in to comment.