Skip to content

Commit

Permalink
cellfinder-core (tensorflow <2.12) does not support py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 6, 2023
1 parent 4529b36 commit e17bb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- os: windows-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.11"
python-version: "3.10"
steps:
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{39,310,311}-{coredev}
envlist = py{39,310}-{coredev}

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311

[gh-actions:env]
# This runs the coredev environment if the "coredev" github actions input
Expand Down

0 comments on commit e17bb01

Please sign in to comment.