Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Feb 22, 2024
2 parents c948da5 + de86f30 commit 40d7206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
set -e
# sudo add-apt-repository universe
# sudo apt-cache policy
sudo apt-get install -y python3-ledger tox python3-pytest gobject-introspection
sudo apt-get install -qy python3-ledger tox python3-pytest gobject-introspection
# Needed to allow Tox to run in the current env.
# Current env necessary because we are installing GTK+ and other
# libraries needed for the programs.
pip3 install tox-current-env
pip3 install tox-current-env pytest
- name: Run tests
run: |
# pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 40d7206

Please sign in to comment.