Skip to content

Commit

Permalink
Upgrade poetry for linter as well
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Sep 9, 2023
1 parent e2d227f commit bb86d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb86d44

Please sign in to comment.