diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47422e09..501a65e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: '3.x' + cache: 'pip' + cache-dependency-path: '**/requirements-dev.txt' - run: pip install virtualenv - run: make - run: make push