Skip to content

Commit

Permalink
only install necessary denpendency in github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iaalm committed Aug 23, 2023
1 parent 9af26eb commit c0efd13
Showing 1 changed file with 1 addition 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 @@ -22,9 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt;
pip install --upgrade build
python -m pip install --upgrade pip build hatch
- name: Build
run: |
Expand Down

0 comments on commit c0efd13

Please sign in to comment.