Skip to content

Commit 771e240

Browse files
authored
Merge pull request #112 from PennyLaneAI/update-test-matrix-to-v2
update matrix to only have v2 pipelines
2 parents 18769ad + 972040f commit 771e240

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,28 @@ All entries in the matrix are tested against PennyLane latest (GitHub master).
3535

3636

3737
## QML repo
38-
39-
#### Pipeline V1
40-
41-
| | Status |
42-
| :---------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
43-
| [`build-branch-dev`](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/build-branch-dev.yml) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/build-branch-dev.yml)](https://github.com/PennyLaneAI/qml/actions/workflows/build-branch-dev.yml) |
44-
| [`build-branch-master`](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/build-branch-master.yml) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/build-branch-master.yml)](https://github.com/PennyLaneAI/qml/actions/workflows/build-branch-master.yml) |
45-
| [`update-dev`](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/update-dev.yml) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/update-dev.yml)](https://github.com/PennyLaneAI/qml/actions/workflows/update-dev.yml) |
46-
47-
#### Pipeline V2
48-
49-
| | Status |
50-
| :---------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
51-
| [`v2-build-branch-dev`](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/v2-build-branch-dev.yml) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-dev.yml)](https://github.com/PennyLaneAI/qml/actions/workflows/v2-build-branch-dev.yml) |
52-
| [`v2-build-branch-master`](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/v2-build-branch-master.yml) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-master.yml)](https://github.com/PennyLaneAI/qml/actions/workflows/v2-build-branch-master.yml) |
38+
<table>
39+
<thead>
40+
<tr>
41+
<th></th>
42+
<th>Status</th>
43+
</tr>
44+
</thead>
45+
<tbody>
46+
<tr>
47+
<td><a href="https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/update-dev.yml"><code>update-dev</code></a></td>
48+
<td><a href="https://github.com/PennyLaneAI/qml/actions/workflows/update-dev.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/update-dev.yml"></a></td>
49+
</tr>
50+
<tr>
51+
<td><a href="https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/v2-build-branch-dev.yml"><code>v2-build-branch-dev</code></a></td>
52+
<td><a href="https://github.com/PennyLaneAI/qml/actions/workflows/v2-build-branch-dev.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-dev.yml"></a></td>
53+
</tr>
54+
<tr>
55+
<td><a href="https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/v2-build-branch-master.yml"><code>v2-build-branch-master</code></a></td>
56+
<td><a href="https://github.com/PennyLaneAI/qml/actions/workflows/v2-build-branch-master.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/PennyLaneAI/qml/v2-build-branch-master.yml"></a></td>
57+
</tr>
58+
</tbody>
59+
</table>
5360

5461
## Lightning Docker builds
5562

0 commit comments

Comments
 (0)