diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa393e59063..34c2fa838a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -544,6 +544,9 @@ jobs: overwrite: true - name: Remove pip_freeze run: rm pip_freeze.txt + - name: Remove generated requirements_all + if: steps.cache-venv.outputs.cache-hit != 'true' + run: rm requirements_all_pytest.txt requirements_all_wheels_*.txt - name: Check dirty run: | ./script/check_dirty