diff --git a/action.yml b/action.yml index 4704884..2db02c5 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: ape-plugins-list: description: 'Space seperated list of plugins to install with relevant pinning applied' required: False - default: '.' + default: '-U .' runs: @@ -58,7 +58,7 @@ runs: - run: pip install eth-ape${{ inputs.ape-version-pin }} shell: bash - - run: ape plugins install -U ${{ inputs.ape-plugins-list }} + - run: ape plugins install ${{ inputs.ape-plugins-list }} shell: bash - name: Find if requirements.txt if exists