Skip to content

Commit

Permalink
installed requirements in installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Dec 4, 2021
1 parent 77c126f commit 4bc923e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/testkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ jobs:
# Python (needed for dummy driver and TestKit)
sudo apt-get install python3 python3-pip
git clone https://github.com/pyenv/pyenv.git .pyenv
export PYENV_ROOT=$PWD/.pyenv
export PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
pyenv install 3.9.2
pyenv rehash
pyenv global 3.9.2
python -m pip install --upgrade pip
python -m pip install coverage tox
python -m pip install -r requirements.txt
- name: Run TestKit
env:
Expand Down

0 comments on commit 4bc923e

Please sign in to comment.