Skip to content

Commit

Permalink
Add tox current env.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Nov 23, 2022
1 parent 4cc2578 commit 0ec7d45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
# sudo add-apt-repository universe
# sudo apt-cache policy
sudo apt-get install -y python3-ledger tox 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
# python -m pip install --upgrade pip
# pip install pylint
- name: Run tests
run: |
# pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 0ec7d45

Please sign in to comment.