Skip to content

Commit

Permalink
Remove unnecessary actions from test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaumons authored Aug 26, 2024
1 parent e4b2bbd commit 347e76f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install "setuptools>=67.2.0"
pip install -r requirements.txt
pip install wheel build
- name: Build .whl
run: |
Expand All @@ -39,7 +38,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install "setuptools>=67.2.0"
pip install -r requirements.txt
pip install wheel build
- name: Build .tar.gz
run: |
Expand Down

0 comments on commit 347e76f

Please sign in to comment.