mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 14:16:40 +00:00
Fix Python cache for all pytest CI jobs (#9415)
This commit is contained in:
parent
97dd96b60d
commit
926e4fa3e1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -224,6 +224,12 @@ jobs:
|
||||
uses: codecov/codecov-action@v5.4.3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
- name: Save Python virtual environment cache
|
||||
if: github.ref == 'refs/heads/dev' && (matrix.os == 'windows-latest' || matrix.os == 'macOS-latest')
|
||||
uses: actions/cache/save@v4.2.3
|
||||
with:
|
||||
path: venv
|
||||
key: ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ needs.common.outputs.cache-key }}
|
||||
|
||||
integration-tests:
|
||||
name: Run integration tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user