Skip to content

Commit

Permalink
no ci for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Sep 18, 2023
1 parent bef0ca9 commit 9d628c2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
poetry install
- name: Check typing
if: ${{ matrix.executors == 'multiprocessing' }}
if: ${{ matrix.executors == 'multiprocessing' && matrix.python-version != '3.8' }}
run: ./typecheck.sh

- name: Check formatting
if: ${{ matrix.executors == 'multiprocessing' }}
if: ${{ matrix.executors == 'multiprocessing' && matrix.python-version != '3.8' }}
run: ./format.sh check

- name: Lint code
if: ${{ matrix.executors == 'multiprocessing' }}
if: ${{ matrix.executors == 'multiprocessing' && matrix.python-version != '3.8' }}
run: ./lint.sh

- name: Run multiprocessing tests
Expand Down
54 changes: 27 additions & 27 deletions webknossos/poetry.lock

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

1 change: 0 additions & 1 deletion webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ fastremap = "^1.13.3"
pandas = "^1.3.4"
pooch = "^1.5.2"
s3fs = "^2022.2.0"
scikit-learn = "^1.0.1"
tabulate = "^0.8.9"

[[tool.poetry.source]]
Expand Down

0 comments on commit 9d628c2

Please sign in to comment.