Commit aa36101
authored
Dev build fix (#1702)
The latest `objects.inv` file for PennyLane seems to be confusing the
library we use to load and parse this file when creating the demo
notebooks, and as a result the recent scheduled dev branch build failed.
This PR adds explicit specification of what type of data to expect for
this file, rather than previously relying on the library's ability to
sort it out for itself.
[Dev](https://github.com/PennyLaneAI/qml/actions/runs/22112653904) and
[Master](https://github.com/PennyLaneAI/qml/actions/runs/22112840985)
builds have been tested and now build successfully ✅1 parent 970a3e6 commit aa36101
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments