Skip to content

Commit

Permalink
🔧 workflow do not call setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Oct 30, 2024
1 parent 3748a27 commit c95280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: python
run: |
pip install requests
./setup.py develop
pip install -e .
- uses: BSFishy/pip-action@v1
with:
packages: |
Expand Down

0 comments on commit c95280a

Please sign in to comment.