Skip to content

Commit

Permalink
Update github workflow configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Sep 5, 2022
1 parent a5c132b commit 8548687
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5,912 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Expand Up @@ -15,13 +15,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
architecture: x64

- name: Setup Poetry
uses: snok/install-poetry@v1.1.2
uses: snok/install-poetry@v1
with:
version: 1.1.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Expand Up @@ -12,13 +12,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
architecture: x64

- name: Setup Poetry
uses: snok/install-poetry@v1.1.2
uses: snok/install-poetry@v1
with:
version: 1.1.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Expand Up @@ -14,13 +14,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
architecture: x64

- name: Setup Poetry
uses: snok/install-poetry@v1.1.2
uses: snok/install-poetry@v1
with:
version: 1.1.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -9,13 +9,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
architecture: x64

- name: Setup Poetry
uses: snok/install-poetry@v1.1.2
uses: snok/install-poetry@v1
with:
version: 1.1.5
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Expand Up @@ -32,9 +32,8 @@ jobs:
architecture: x64

- name: Setup Poetry
uses: snok/install-poetry@v1.3.0
uses: snok/install-poetry@v1
with:
version: 1.1.13
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 8548687

Please sign in to comment.