Skip to content

Commit

Permalink
Add dependencies to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quasi-mod committed Apr 12, 2024
1 parent bd7a7d2 commit f7316d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install six yapf
python3 -m pip install six yapf setuptools
# Build and create dist
- name: Build Package
Expand Down

0 comments on commit f7316d5

Please sign in to comment.