I thought we had, a while back, fixed the problem ...
# general
h
I thought we had, a while back, fixed the problem of not invalidating the build graph when a
requirements.txt
changes? By injecting a dep on the file? I seem to be having an issue.
w
no, there is a workaround in place. the file must be named
requirements.txt
h
aha, that explains it
these are named
something-requirements,txt
w
you can add an additional invalidation pattern to cover it. but yea, we need to get back around to an engine-aware-macros implementation
(see the ticket)
h
Yeah, will add to the invalidations in the config for now