Skip to content

Commit

Permalink
Install fresh version of the build package so we can release. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodul authored Apr 5, 2024
1 parent 0febb5a commit cf2b37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
python-version: 3.12

- name: Install
run: |
python -m pip install --upgrade pip
pip install --upgrade '.[dev]'
run: pip install '.[dev]'

- name: Test
run: green -rv azure_sdk_trim
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#

black>=24.3.0
build>=1.2.1
gray>=0.14.0
green>=4.0.1
mypy>=1.9.0
Expand Down

0 comments on commit cf2b37f

Please sign in to comment.