From f48aa0f200afd319a5912732edfaf46f2afbb75b Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 27 May 2025 16:14:34 -0400 Subject: [PATCH] remove extraneous comments --- .github/workflows/codspeed.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index ed7c8a123e4..061b9bdefe4 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -1,7 +1,6 @@ name: CodSpeed on: - # Re-usable workflow workflow_call: inputs: working-directory: @@ -13,7 +12,6 @@ on: type: string description: "Python version to use" - # Manual run (you will be prompted for the two inputs) workflow_dispatch: jobs: @@ -29,7 +27,6 @@ jobs: with: python-version: ${{ inputs.python-version }} - # Using this action is still necessary for CodSpeed to work - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }}