Skip to content

Commit

Permalink
update ci to python 3.9, dev extras includes all
Browse files Browse the repository at this point in the history
  • Loading branch information
potipot committed Oct 1, 2023
1 parent d372ddc commit 39d49ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-all-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
python-version: [3.7, 3.8]
python-version: [3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install package
run: |
sh ./icevision_install.sh cpu
pip install -e ".[all,dev]"
pip install -e .[dev]
pip install fiftyone
- name: Lint with flake8
Expand Down

0 comments on commit 39d49ed

Please sign in to comment.