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

Support motor 3.0 #224

Merged
merged 9 commits into from
Jun 1, 2022
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
fixup! Switch to flit for the build system
  • Loading branch information
art049 committed Jun 1, 2022
commit 913c390f422a3e94d4b868ac08f8b4ab84579f5d
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ jobs:
path: |
.venv
.tox
poetry.lock
key: env-compatibility-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
- name: Install tox
run: pip install tox flit
- name: Run compatibility checks.
run: |
export VERSION_STR=$(echo ${{ matrix.python-version }} | sed -e "s/\.//g")
export TOX_SKIP_ENV=$(printf '^(?!py%s-)' $VERSION_STR)
tox auto
tox --parallel auto

tests:
runs-on: ubuntu-latest
Expand Down