Skip to content

Commit

Permalink
Updated Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Feb 6, 2023
1 parent 1ad86c7 commit 1189416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.2
poetry-version: 1.3
- name: Verify versioning
run: |
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
os: [ 'ubuntu-20.04' ]
python-version: [ '3.8', '3.9', '3.10' ]
poetry-version: [ '1.2' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
poetry-version: '1.3'
- name: Install dependencies
run: poetry install
- name: Run tests
Expand Down

0 comments on commit 1189416

Please sign in to comment.