Skip to content

Commit 6ef8ecf

Browse files
committed
installed requirements in installation step
1 parent 77c126f commit 6ef8ecf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/testkit.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,9 @@ jobs:
5656
# Python (needed for dummy driver and TestKit)
5757
sudo apt-get install python3 python3-pip
5858
git clone https://github.com/pyenv/pyenv.git .pyenv
59-
export PYENV_ROOT=$PWD/.pyenv
60-
export PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
61-
pyenv install 3.9.2
62-
pyenv rehash
63-
pyenv global 3.9.2
6459
python -m pip install --upgrade pip
65-
python -m pip install coverage tox
60+
cd testkit
61+
python -m pip install -r requirements.txt
6662
6763
- name: Run TestKit
6864
env:
@@ -71,5 +67,4 @@ jobs:
7167
TEST_NEO4J_PASS: test
7268
TEST_DRIVER_NAME: php
7369
run: |
74-
cd testkit
7570
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"

0 commit comments

Comments
 (0)