Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Jan 1, 2024
2 parents 27217dd + ac59b3b commit d319028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
fail-fast: False
matrix:
python-version: [3.9 , '3.10', '3.11']
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest, macOS-latest]
defaults: # https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell
run:
shell: bash -l {0}
Expand Down
4 changes: 3 additions & 1 deletion conda/xarray-behave/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export PIP_NO_INDEX=False
export PIP_NO_DEPENDENCIES=False
export PIP_IGNORE_INSTALLED=False

$PYTHON -m pip install simpleaudio -vv --no-dependencies
if [[ "$OSTYPE" == "darwin"* ]]; then
$PYTHON -m pip install simpleaudio -vv --no-dependencies
fi
$PYTHON -m pip install pkgutil_resolve_name -vv --no-dependencies
$PYTHON -m pip install xarray-behave[gui] -vv --no-dependencies

0 comments on commit d319028

Please sign in to comment.