File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - uses : ./.github/actions/install-machine-learning
3737 - name : Install Dependencies
3838 run : |
39- pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
39+ pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
4040 sudo apt-get install -y pandoc graphviz
4141 shell : bash
4242 - name : Build and publish
6868 - name : Install dependencies
6969 run : |
7070 python -m pip install --upgrade pip
71- pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0' tox
71+ pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0' tox
7272 sudo apt-get install -y graphviz pandoc
7373 - name : Build and publish
7474 env :
Original file line number Diff line number Diff line change 6363 - uses : ./.github/actions/install-machine-learning
6464 - name : Install Dependencies
6565 run : |
66- pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
66+ pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
6767 sudo apt-get -y install pandoc graphviz
6868 sudo apt-get -y install python3-enchant
6969 sudo apt-get -y install hunspell-en-us
@@ -206,7 +206,7 @@ jobs:
206206 - uses : ./.github/actions/install-machine-learning
207207 - name : Install Dependencies
208208 run : |
209- pip install jupyter sphinx_rtd_theme qiskit-terra[visualization] 'torchvision<0.10.0'
209+ pip install jupyter qiskit-terra[visualization] 'torchvision<0.10.0'
210210 sudo apt-get install -y pandoc graphviz
211211 shell : bash
212212 - name : Run Machine Learning Tutorials
You can’t perform that action at this time.
0 commit comments