Skip to content

Commit

Permalink
--[CI BugFix] -Change circle CI mac conda install from intel mac to m…
Browse files Browse the repository at this point in the history
…1. (#2445)

* --change circle cI mac conda install from intel mac to m1.
* --update ignore
gitkraken git client complaint.
  • Loading branch information
jturner65 authored Aug 9, 2024
1 parent 5932ce6 commit 4f34aef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
- run:
name: Conda Install OSX
command: |
curl -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-MacOSX-x86_64.sh
curl -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-py310_24.1.2-0-MacOSX-arm64.sh
chmod +x ~/miniconda.sh
~/miniconda.sh -b -p $HOME/miniconda
rm ~/miniconda.sh
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ pre-commit-deps.txt
tools/qa_scenes/qa_scenes_output/

data/replica_cad

data/datasets

data/versioned_data

0 comments on commit 4f34aef

Please sign in to comment.