diff --git a/.github/workflows/pytest_macos.yml b/.github/workflows/pytest_macos.yml index f0652ed3..0051e6c0 100644 --- a/.github/workflows/pytest_macos.yml +++ b/.github/workflows/pytest_macos.yml @@ -41,7 +41,7 @@ jobs: path: ${{ env.CONDA }}/envs key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev_requirements.txt') }}-${{ env.CACHE_NUMBER }} env: - CACHE_NUMBER: 1 # Increase this value to force cache reset + CACHE_NUMBER: 2 # Increase this value to force cache reset id: cache # Display environment details - name: Display environment details diff --git a/.github/workflows/pytest_ubuntu.yml b/.github/workflows/pytest_ubuntu.yml index 77c2f2de..d786c0bd 100644 --- a/.github/workflows/pytest_ubuntu.yml +++ b/.github/workflows/pytest_ubuntu.yml @@ -41,7 +41,7 @@ jobs: path: ${{ env.CONDA }}/envs key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev_requirements.txt') }}-${{ env.CACHE_NUMBER }} env: - CACHE_NUMBER: 1 # Increase this value to force cache reset + CACHE_NUMBER: 2 # Increase this value to force cache reset id: cache # Display environment details - name: Display environment details