Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zlElo authored Apr 1, 2024
1 parent f82c8c9 commit 590b696
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
- name: Install pip
run: python -m pip install --upgrade pip

- name : Install black
run: pip install black

- name: Run black
run: black .
- name: Install dependencies
run: pip install -r requirements.txt

- name: Install build
run: python -m pip install build
Expand Down

0 comments on commit 590b696

Please sign in to comment.