Skip to content

Commit

Permalink
#57 - added ruamel to the install rewq for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Oct 19, 2024
1 parent 610096d commit 86c768f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies for ${{ matrix.python-version }}
run: |
#sudo apt-get install python3-yaml python3-jinja2 python3-virtualenv
sudo pip3 install pylint PyYAML Jinja2
sudo pip3 install pylint PyYAML Jinja2 ruamel
sudo pip3 install -U setuptools wheel ujson pip virtualenv
- name: Install make
run: sudo apt-get install make
Expand Down

0 comments on commit 86c768f

Please sign in to comment.