Skip to content

Commit

Permalink
try setting up python 3.9 before osx install
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 21, 2024
1 parent e255dc1 commit e679379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ jobs:
- uses: actions/[email protected]
with:
path: "./habitat-sim"
- name: Setup python
uses: actions/[email protected]
with:
python-version: '3.9.16'
- name: Conda Install OSX
run: |-
curl -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-MacOSX-arm64.sh
Expand Down

0 comments on commit e679379

Please sign in to comment.