We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aff7b commit 24d4e6bCopy full SHA for 24d4e6b
bitbucket-pipelines.yml
@@ -40,7 +40,7 @@ pipelines:
40
rm -rf /var/lib/apt/lists/*
41
- python3 -m venv py3_env && source py3_env/bin/activate
42
- python3 -m pip install --upgrade pip
43
- - python3 -m pip install numpy pandas ipython
+ - python3 -m pip install numpy pandas ipython tzlocal
44
- python3 setup.py install
45
- >
46
pytest --junitxml=./test-reports/junit.xml tests/
0 commit comments