Skip to content

Commit

Permalink
[CI] - resolve sdist filepath issue (facebookresearch#1938)
Browse files Browse the repository at this point in the history
* use underscores to match the files found
  • Loading branch information
aclegg3 authored and dannymcy committed Jun 26, 2024
1 parent 86c1296 commit 4d59b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ jobs:
python -c 'import habitat_baselines; print("habitat_baselines version:", habitat_baselines.__version__)'
# install from source distribution:
. activate sdist-install
pip install habitat-lab/dist/habitat-lab*.tar.gz
pip install habitat-lab/dist/habitat_lab*.tar.gz
python -c 'import habitat; print("habitat version:", habitat.__version__)'
pip install habitat-baselines/dist/habitat-baselines*.tar.gz
pip install habitat-baselines/dist/habitat_baselines*.tar.gz
python -c 'import habitat_baselines; print("habitat_baselines version:", habitat_baselines.__version__)'
- store_artifacts:
path: habitat-lab/data/profile # This is the benchmark profile
Expand Down

0 comments on commit 4d59b06

Please sign in to comment.