Skip to content

Commit

Permalink
install pyyaml in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
devl00p committed Dec 29, 2024
1 parent 81e4e59 commit dfcca66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install "pylint==3.3.3" "PyYAML>=6.0"
pip install "pylint==3.3.3" "PyYAML>=6.0"
- name: Pylint
run: |
pylint wapiti_swagger/
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install -U setuptools pytest
pip3 install -U setuptools pytest "PyYAML>=6.0"
- name: Test project
run: |
pytest

0 comments on commit dfcca66

Please sign in to comment.