There was an error while loading. Please reload this page.
1 parent a2806c9 commit c8e2744Copy full SHA for c8e2744
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8]
11
12
steps:
13
- uses: actions/checkout@v2
@@ -74,4 +74,4 @@ jobs:
74
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
75
76
- name: run tox
77
- run: ~/.local/bin/tox
+ run: tox
python_seed/template/ci/.github/workflows/ci.yml
@@ -73,4 +73,4 @@ jobs:
73
0 commit comments