Commit 9e7aa42
authored
Fix a bug in
**Context:**
`setup_dev_from_wheel` script aims to find the correct commit that
corresponds to the latest PyPi release, however it checks out the parent
commit of the nightly version bump commit which would have a lower
version and hence fails to find the correct commit.
**Description of the Change:**
changes the script to checkout the correct commit.
**Benefits:**
**Possible Drawbacks:**
**Related GitHub Issues:**
[sc-104391]setup_dev_from_wheel script (#2217)1 parent 5e3813a commit 9e7aa42
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments