Skip to content

Commit

Permalink
Merge pull request #128 from timkpaine/tkp/build
Browse files Browse the repository at this point in the history
Check build stability
  • Loading branch information
timkpaine authored Dec 4, 2023
2 parents ea12285 + 0a06232 commit cdba78d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ github:
tooling_branch_name: main
conda_build:
pkg_format: '2'
conda_build_tool: mambabuild
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- patches/0004-Remove-all-dependencies-from-setup.py.patch

build:
number: 1
number: 2

# Need these up here for conda-smithy to handle them properly.
requirements:
Expand Down Expand Up @@ -136,6 +136,7 @@ outputs:
run:
- python
- {{ pin_subpackage('ray-default', exact=True) }}
- async-timeout
- typing-extensions
test:
imports:
Expand Down

0 comments on commit cdba78d

Please sign in to comment.