Skip to content

Commit

Permalink
Dev (#15)
Browse files Browse the repository at this point in the history
* Update os and poetry CI/CD versions #9

* Bump version to next major version #9

* Revert flake8 to ^3.0 for docstrings #9

---------

Co-authored-by: MarcoHuebner <marco_huebner1@gmx.de>
  • Loading branch information
pmayd and MarcoHuebner committed Oct 23, 2023
1 parent 5e5fb60 commit 7616485
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 474 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
os: [ubuntu-22.04, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Run poetry image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.13
poetry-version: 1.6.1
- name: Install dependencies
run: |
poetry install
Expand All @@ -44,8 +44,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10.2]
poetry-version: [1.1.13]
python-version: [3.10.13]
poetry-version: [1.6.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit 7616485

Please sign in to comment.