Commit b97e972
authored
build(makefile): Dont setup venv on every format and lint (#5289)
The setup runs everytime you run `make format-python` which runs `devenv
sync` and rebuilds `uv` which removes `sentry-relay` from the `venv`. So
after running `make format-python` integration tests don't work again.
Ideally the setup is skipped if it is not necessary (what used to
happen) but somehow the triggers don't work anymore and I couldn't
figure out why.
So for now you need to setup the venv first, then run the actions (like
what happens on commit).1 parent 58277dc commit b97e972
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 149 | | |
154 | 150 | | |
155 | 151 | | |
| |||
0 commit comments