Skip to content

Commit 8819263

Browse files
authored
Update action_build.yml
1 parent f29dfca commit 8819263

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/action_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ jobs:
2626

2727
- name: Install requirements
2828
run: |
29+
source ~/.bashrc
2930
echo "begin: PATH=$PATH;"
3031
find . -type f > before_test_files.txt
3132
conda env create -f environment.yml
3233
conda activate my_jarvis
33-
conda install pandas numpy matplotlib --quiet
34+
conda install pandas numpy matplotlib phonopy scikit-learn --quiet
3435
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
3637
flake8 --ignore E203,W503 --exclude=examples,tests --statistics --count --exit-zero jarvis
3738
pycodestyle --ignore E203,W503 --exclude=examples,testfiles jarvis
3839
pydocstyle --match-dir=core --match-dir=io --match-dir=io --match-dir=ai --match-dir=analysis --match-dir=db --match-dir=tasks --count jarvis

0 commit comments

Comments
 (0)