We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c126f commit 6ef8ecfCopy full SHA for 6ef8ecf
.github/workflows/testkit.yml
@@ -56,13 +56,9 @@ jobs:
56
# Python (needed for dummy driver and TestKit)
57
sudo apt-get install python3 python3-pip
58
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
64
python -m pip install --upgrade pip
65
- python -m pip install coverage tox
+ cd testkit
+ python -m pip install -r requirements.txt
66
67
- name: Run TestKit
68
env:
@@ -71,5 +67,4 @@ jobs:
71
TEST_NEO4J_PASS: test
72
TEST_DRIVER_NAME: php
73
69
run: |
74
- cd testkit
75
70
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"
0 commit comments