Skip to content

Commit

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

0 comments on commit 16db5f5

Please sign in to comment.