Skip to content

Commit

Permalink
Switch bulid workflow to run with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jul 17, 2024
1 parent b2d036a commit 996e79b
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,setup.cfg') }}
hashFiles('spec-file.txt,pyproject.toml,.flake8') }}

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

0 comments on commit 996e79b

Please sign in to comment.