Skip to content

Commit

Permalink
Pipenv install from correct pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Jan 17, 2024
1 parent 546a7cf commit 8692a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/taskdef_handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip && \
pip install pipenv && \
pipenv install && \
pipenv install --pipfile .github/taskdefinition_template/Pipfile && \
pipenv run python ${{ inputs.taskdef_file_script }} \
${{ inputs.taskdef_file_vars }} ${{ inputs.taskdef_file_template }}
Expand Down

0 comments on commit 8692a79

Please sign in to comment.