Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove supervisely from optional dependencies #889

Merged
merged 4 commits into from
May 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed 3.6 from workflows
  • Loading branch information
Diveafall committed May 25, 2021
commit 75d3c3f32c584d05d179d2d42a4a7e5b3f162b67
11 changes: 4 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: package
on:
push:
branches:
- '**'
- "**"
pull_request:
branches:
- '**'
- "**"

jobs:
test:
Expand All @@ -16,10 +16,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
# - 3.9
# - 3.9
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1


test_with_optional:
name: Python ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (with optional dependencies)
runs-on: ${{ matrix.os }}
Expand All @@ -60,10 +58,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
# - 3.9
# - 3.9
os:
- ubuntu-latest
- macOS-latest
Expand Down