Skip to content

Commit

Permalink
Merge pull request #94 from RemiLehe/python_310
Browse files Browse the repository at this point in the history
Fix CI tests
  • Loading branch information
roussel-ryan authored Sep 4, 2024
2 parents 2921e65 + 140bc1f commit c4b2a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
python-version: ["3.9"]

name: Python ${{ matrix.python-version }}, ${{ matrix.os }} build
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
shell: bash -l {0}
run: |
mamba install conda-build
mamba build -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir
conda mambabuild -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir
4 changes: 3 additions & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ dependencies:
- numpy
- pyyaml
- tensorflow
- botorch
- keras<3
- botorch<0.11

# dev requirements
- pytest
- pre-commit
- black
- boa

# docs requirements
- mkdocs
Expand Down

0 comments on commit c4b2a18

Please sign in to comment.