Skip to content

Commit

Permalink
Venv to ensure a consistent environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomb7890 committed Sep 4, 2024
1 parent af9c30e commit 1d3ab66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt-dev python3-dev exuberant-ctags
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install flake8 pytest
Expand Down

0 comments on commit 1d3ab66

Please sign in to comment.