Codex fails to use existing (pinned) env and creates new each time

The first time I asked Codex to modify one of my repo branches, it created an env using the requirements.txt and I pinned it so that the subsequent runs (queries) would reuse this, while saving time by skipping dependency installation each time. But this doesn’t happen.

Each time, it setups the env by installing everything. I suspect that the ‘pin environment’ feature isn’t working as expected.

2 Likes