Skip to content

Commit

Permalink
don't upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpro118 committed Jun 23, 2024
1 parent a35f690 commit 5882f0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/new-user-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
with:
python-version: '3.11'

- name: Upgrade default packages
run: python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

- name: Setup User Story
run: pip install git+https://github.com/mkpro118/[email protected]

Expand Down

0 comments on commit 5882f0d

Please sign in to comment.