Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
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
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-rc.2"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -33,6 +34,8 @@ jobs:
run: |
pip install poetry
poetry config virtualenvs.in-project true
- name: Python 3.10 workaround
run: poetry config experimental.new-installer false
- name: Install dependencies
run: poetry install
- name: Run pytest
Expand Down
Loading