Skip to content

Commit c8e2744

Browse files
committed
fix 3
1 parent a2806c9 commit c8e2744

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • .github/workflows
  • python_seed/template/ci/.github/workflows

.github/workflows/ci.yml

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

1212
steps:
1313
- uses: actions/checkout@v2
@@ -74,4 +74,4 @@ jobs:
7474
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
7575
7676
- name: run tox
77-
run: ~/.local/bin/tox
77+
run: tox

python_seed/template/ci/.github/workflows/ci.yml

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

1212
steps:
1313
- uses: actions/checkout@v2
@@ -73,4 +73,4 @@ jobs:
7373
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
7474
7575
- name: run tox
76-
run: ~/.local/bin/tox
76+
run: tox

0 commit comments

Comments
 (0)