Skip to content

Commit

Permalink
moving pipenv --rm
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Mar 13, 2024
1 parent 6b3d925 commit e82a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/event-logger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
python -m pip install --upgrade pip
pip install --user pipenv
pipenv --python $(which python)
pipenv --rm
pipenv install
pipenv --rm
- name: Log pull request opened
if: github.event_name == 'pull_request' && github.event.action == 'opened'
run: |
Expand Down

0 comments on commit e82a452

Please sign in to comment.