Skip to content

Commit

Permalink
Fix Github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Nov 9, 2021
1 parent dd68318 commit d2177dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -21,3 +21,5 @@ jobs:
run: poetry install
- name: Run tests
run: poetry run pytest
env:
IPREGISTRY_API_KEY: ${{ secrets.IPREGISTRY_API_KEY }}

0 comments on commit d2177dc

Please sign in to comment.