Skip to content

Commit

Permalink
Skip Surmise in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Jul 20, 2023
1 parent 1ddd43b commit 8c606e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ jobs:
conda env update --file install/gen_deps_environment.yml
pip install ax-platform==0.2.8
- name: Install surmise
if: matrix.os != 'macos-latest' && steps.cache.outputs.cache-hit != 'true'
run: |
pip install --upgrade git+https://github.com/surmising/surmise.git@develop
- name: Build ytopt and dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# TESTSUITE_COMMS: mpi local tcp
# TESTSUITE_NPROCS: 3 4
# TESTSUITE_EXTRA: true
# TESTSUITE_OS_SKIP: OSX

# Requires:
# Install Surmise package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# TESTSUITE_COMMS: mpi local tcp
# TESTSUITE_NPROCS: 3 4
# TESTSUITE_EXTRA: true
# TESTSUITE_OS_SKIP: OSX

# Requires:
# Install Surmise package
Expand Down

0 comments on commit 8c606e5

Please sign in to comment.