Skip to content

Commit d2177dc

Browse files
Fix Github action workflow
1 parent dd68318 commit d2177dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
10+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -21,3 +21,5 @@ jobs:
2121
run: poetry install
2222
- name: Run tests
2323
run: poetry run pytest
24+
env:
25+
IPREGISTRY_API_KEY: ${{ secrets.IPREGISTRY_API_KEY }}

0 commit comments

Comments
 (0)