Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop the debug input
  • Loading branch information
David Robertson committed Feb 3, 2022
commit 7846c3032b9365a3204c141d8b34626200fde671
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ inputs:
description: Poetry version to install via pip.
required: false
default: "1.1.12"
debug:
description: If set to the string 'true', dump the state of the virtual env after setup.
required: false
default: "false"
runs:
using: composite
steps:
Expand Down Expand Up @@ -76,7 +72,6 @@ runs:

# For debugging---let's just check what we're working with.
- name: Dump virtual environment
if: "${{ inputs.debug == 'true' }}"
run: |
poetry env info
poetry show
Expand Down