Skip to content

Commit

Permalink
Refactor: remove additional dash
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Oct 2, 2024
1 parent 4295bf4 commit 505ed3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
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') }}
key: ${{ runner.os }}-conda-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-conda-
# - name: Test verification
Expand Down

0 comments on commit 505ed3b

Please sign in to comment.