Skip to content

Commit

Permalink
Refactor: Remove unnecessary caching of Conda environment in release …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
rabii-chaarani committed Oct 2, 2024
1 parent 505ed3b commit 8520026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ jobs:
with:
path: |
~/conda_pkgs_dir # Cache Conda package cache
./conda-env/${{ runner.os }}-conda-${{ matrix.python-version }} # Cache Conda environment
key: ${{ runner.os }}-conda-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-conda-
Expand Down Expand Up @@ -292,7 +291,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
./conda-env/${{ runner.os }}-conda-${{ matrix.python-version }} # Restore Conda environment
~/conda_pkgs_dir # Restore Conda package cache
key: ${{ runner.os }}-conda-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
Expand Down

0 comments on commit 8520026

Please sign in to comment.