facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.45k stars 404 forks source link

[CI] fix pip install #2391

Closed aclegg3 closed 2 months ago

aclegg3 commented 2 months ago

Motivation and Context

Fixes the current emergent CI issue with pip install.

Not sure of exact details, but it appears the behavior or routing of cd - resulted in pip installation targeting the root directory '/home/circleciinstead of the expected/home/circleci/project` directory containing the cloned repo.

Emergent permission issues in /opt/circleci/.pyenv/ suspected of being part of the problem.

Empirical solution was to skip the initial setup and route directly to project/ directory for pip installation.

How Has This Been Tested

CI

Types of changes

Checklist