We cache the venv in the github setup workflow (in order to not have to set it up again for every catalog), but this causes problems when there is already a cached version and the setup step runs.
The current workaround is just to delete the cached version from the github caches.
We cache the venv in the github setup workflow (in order to not have to set it up again for every catalog), but this causes problems when there is already a cached version and the setup step runs.
The current workaround is just to delete the cached version from the github caches.