File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,14 @@ jobs:
26
26
27
27
- name : Install requirements
28
28
run : |
29
+ source ~/.bashrc
29
30
echo "begin: PATH=$PATH;"
30
31
find . -type f > before_test_files.txt
31
32
conda env create -f environment.yml
32
33
conda activate my_jarvis
33
- conda install pandas numpy matplotlib --quiet
34
+ conda install pandas numpy matplotlib phonopy scikit-learn --quiet
34
35
pip install --upgrade pip
35
- pip install pycodestyle flake8 pydocstyle coverage pytest codecov
36
+ pip install pycodestyle flake8 pydocstyle coverage pytest codecov qiskit==0.41.1
36
37
flake8 --ignore E203,W503 --exclude=examples,tests --statistics --count --exit-zero jarvis
37
38
pycodestyle --ignore E203,W503 --exclude=examples,testfiles jarvis
38
39
pydocstyle --match-dir=core --match-dir=io --match-dir=io --match-dir=ai --match-dir=analysis --match-dir=db --match-dir=tasks --count jarvis
You can’t perform that action at this time.
0 commit comments