Skip to content

Commit

Permalink
use ubuntu instead of matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman-Priyadarshi committed Jul 1, 2024
1 parent 303b1d8 commit 43840c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.conda/envs/{{ cookiecutter.project_slug }}
key: ${{ matrix.os }}-conda-${{ hashFiles('conda/dev.yaml') }}
key: ubuntu-latest-conda-${{ hashFiles('conda/dev.yaml') }}
restore-keys: |
${{ matrix.os }}-conda-
ubuntu-latest-conda-
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 43840c6

Please sign in to comment.