Skip to content

Commit

Permalink
Merge pull request #3 from pybuilder/fix_default_tasks
Browse files Browse the repository at this point in the history
Use default tasks for build
  • Loading branch information
arcivanov authored Oct 14, 2021
2 parents 9e35448 + 9b952c5 commit 225feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs:
pyb-args:
description: 'PyBuilder command line arguments'
required: false
default: "-E ci -v -X analyze install"
default: "-E ci -v -X"
pyb-extra-args:
description: 'PyBuilder extra command line arguments'
required: false
Expand Down

0 comments on commit 225feb5

Please sign in to comment.