Skip to content

Commit

Permalink
fix: move upgrade flag to the default plugin list (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Feb 6, 2023
1 parent 98088cb commit fdc58b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fdc58b3

Please sign in to comment.