Skip to content

Commit

Permalink
Update dependencies and add PyYAML to python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng1104 committed Sep 19, 2024
1 parent c4f8a27 commit 0ef1d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint build
pip install PyYAML pylint build
- name: Run pylint
run: |
pylint setup.py yaml_manager\
Expand Down

0 comments on commit 0ef1d65

Please sign in to comment.