Skip to content

Commit

Permalink
Update .github/workflows/build_workflow.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Xylar Asay-Davis <[email protected]>
  • Loading branch information
altheaden and xylar authored Jul 17, 2024
1 parent 996e79b commit 96ca7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('spec-file.txt,pyproject.toml,.flake8') }}
hashFiles('spec-file.txt,pyproject.toml,') }}

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Set up Conda Environment
Expand Down

0 comments on commit 96ca7b0

Please sign in to comment.