Skip to content

Commit

Permalink
Update test/lint/python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Oct 20, 2024
1 parent a83df2a commit e82c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install depends
run: sudo apt-get install -qy j2cli make pylint yamllint parallel
run: sudo apt-get install -qy j2cli make pylint yamllint parallel python3-matplotlib
- name: Run tests
run: make test

0 comments on commit e82c777

Please sign in to comment.