File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v1
1111 - uses : actions/setup-python@v1
1212 with :
13- python-version : ' 3.6 '
13+ python-version : ' 3.8 '
1414 architecture : ' x64'
1515 - name : Install Lint tools
1616 run : pip install --upgrade pip setuptools; pip install -r requirements.txt;
2525 - uses : actions/checkout@v1
2626 - uses : actions/setup-python@v1
2727 with :
28- python-version : ' 3.6 '
28+ python-version : ' 3.8 '
2929 architecture : ' x64'
3030 - name : Install Format tools
3131 run : pip install --upgrade pip setuptools; pip install -r requirements.txt; sudo apt-get install -y clang-format-6.0
4040 - uses : actions/checkout@v1
4141 - uses : actions/setup-python@v1
4242 with :
43- python-version : ' 3.6 '
43+ python-version : ' 3.8 '
4444 architecture : ' x64'
4545 - name : Install Bazel on CI
4646 run : ./scripts/ci_install.sh
6060 - uses : actions/checkout@v1
6161 - uses : actions/setup-python@v1
6262 with :
63- python-version : ' 3.6 '
63+ python-version : ' 3.8 '
6464 architecture : ' x64'
6565 - name : Install Bazel on CI
6666 run : ./scripts/ci_install.sh
7878 - uses : actions/checkout@v1
7979 - uses : actions/setup-python@v1
8080 with :
81- python-version : ' 3.6 '
81+ python-version : ' 3.8 '
8282 architecture : ' x64'
8383 - name : Install Bazel on CI
8484 run : ./scripts/ci_install.sh
9696 - uses : actions/checkout@v1
9797 - uses : actions/setup-python@v1
9898 with :
99- python-version : ' 3.6 '
99+ python-version : ' 3.8 '
100100 architecture : ' x64'
101101 - name : Install notebook dependencies
102102 run : pip install --upgrade pip seaborn==0.10.0
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v1
1313 - uses : actions/setup-python@v1
1414 with :
15- python-version : ' 3.7 '
15+ python-version : ' 3.8 '
1616 architecture : ' x64'
1717 - name : Install Bazel on CI
1818 run : ./scripts/ci_install.sh
Original file line number Diff line number Diff line change 1515# ==============================================================================
1616
1717# Run the tutorials using the installed pip package
18- pip install jupyter nbformat==4.4.0 nbconvert==5.6.1
18+ pip install jupyter nbformat==4.4.0 nbconvert==5.5.0
1919# Workaround for ipykernel - see https://github.com/ipython/ipykernel/issues/422
2020pip install ipykernel==5.1.1
2121# Leave the quantum directory, otherwise errors may occur
You can’t perform that action at this time.
0 commit comments