Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtalb committed Jul 14, 2023
1 parent 2761581 commit deefde8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: reverse-image-search

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

Expand All @@ -23,9 +25,9 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: Install Poetry
uses: abatilo/actions-poetry@v2
- name: Lint with pre-commit
uses: pre-commit/[email protected]
- name: Install dependencies
run: poetry install --no-dev
- name: Install dependencies incl dev
run: poetry install
- name: Lint with pre-commit
uses: pre-commit/[email protected]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ruff = "^0.0.278"
mypy = "^1.4.1"
isort = "^5.12.0"
black = "^23.7.0"
aaaaaaaaaaaaaaaaaaaaaa = "^2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit deefde8

Please sign in to comment.