Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AutoIDM/target-apprise into main
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Sep 9, 2023
2 parents c5f6c61 + 9a2dbd3 commit 401d140
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 94 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.13
pip install poetry==1.6.1
- name: Build tap on Python ${{ matrix.python-version }}
run: poetry build
lint:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.13
pip install poetry==1.6.1
poetry install
- name: Lint tap-clickup
run: poetry run tox -e lint
Loading

0 comments on commit 401d140

Please sign in to comment.