Skip to content

Commit

Permalink
Updates versions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Oct 14, 2020
1 parent 5f129ae commit e0aa059
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -19,20 +19,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- run: pip install -U nox
- run: nox -s lint

doc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- run: pip install -U nox
- run: nox -s doc
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -10,9 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- uses: dschep/install-poetry-action@v1.3
with:
create_virtualenvs: true
Expand Down

0 comments on commit e0aa059

Please sign in to comment.