Use Poetry, attempt to get it running again on a newer python #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: [push,pull_request] | |
jobs: | |
check-with-tox: | |
name: Check with tox | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: fedora-python/tox-github-action@master | |
with: | |
# The tox environment to run | |
# Default: py38 (subject to change as new Python releases come out) | |
tox_env: py38 |