File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Install Microsoft qsharp/qdk
4545 run : |
46- wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
47- sudo dpkg -i packages-microsoft-prod.deb
48- rm packages-microsoft-prod.deb
49- sudo apt-get update; sudo apt-get install -y apt-transport-https && sudo apt-get update
50- sudo apt-get install -y dotnet-sdk-5.0
51- dotnet tool install -g Microsoft.Quantum.IQSharp
52- $(which dotnet-iqsharp) install --user
53- pip install qsharp
46+ pip install qsharp azure-quantum
5447 if : always()
5548
5649 - name : tangelo install
@@ -72,11 +65,11 @@ jobs:
7265 if : always()
7366
7467 - name : Upload pytest test results
75- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
7669 with :
7770 name : notebook-test-results
7871 path : examples/junit/notebook-test-results.xml
7972
8073 - name : Download all workflow run artifacts
81- uses : actions/download-artifact@v3
74+ uses : actions/download-artifact@v4
8275 if : always()
You can’t perform that action at this time.
0 commit comments