client-superstaq
client-superstaq copied to clipboard
Non editable project
What is happening?
The changes I was making locally to cirq_superstaq were not being reflected when I was testing them locally. This turns out to be because I installed it using an outdated version of pip (<23). When I installed it again using a version of pip that was >23, it seemed to work fine.
How can we reproduce the issue?
Install css or qss using pip<23
What should happen?
You should be able to see local changes on local branches reflected when running locally.
Environment
Pip < 23
Any additional context?
No response