Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Oct 18, 2023
1 parent 55b456b commit e6b4b09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ runs:
if: inputs.install-dependencies != 'false' && steps.setup-python-with-cache.outputs.cache-hit != 'true'
run: poetry install --sync --all-extras --without playbook --no-interaction
shell: bash
- run: poetry show pycatch22
shell: bash
- name: Get Spotlight version
id: get-package-version
run: |
Expand Down

0 comments on commit e6b4b09

Please sign in to comment.